Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aimacode/aima-scala
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: a1shadows/aima-scala
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 2, 2019

  1. Game trait created.
    a1shadows committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    20f4b6a View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. parameter error resolved

    a1shadows committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    b80af13 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. removed implicit parameter

    a1shadows committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    feec143 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. added missing isTerminalState function
    a1shadows committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    b048088 View commit details
    Browse the repository at this point in the history
  2. minimaxsearch added
    a1shadows committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    1376a59 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2019

  1. Configuration menu
    Copy the full SHA
    53a2fab View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2019

  1. 1st requested change

    case a :: Nil used instead to improve consistency with other cases.
    a1shadows committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    84a83ea View commit details
    Browse the repository at this point in the history
  2. 2nd, 3rd, 4th, 5th, 6th requested changes made, errors resolved

    Integrated all requested changes and remedied handful of syntactical and logical errors.
    a1shadows committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    d1dd9ec View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. added test problem for minimax
    a1shadows committed May 1, 2019
    Configuration menu
    Copy the full SHA
    560a31f View commit details
    Browse the repository at this point in the history
  2. test added

    test spec for minimax
    a1shadows committed May 1, 2019
    Configuration menu
    Copy the full SHA
    7561f7b View commit details
    Browse the repository at this point in the history

Commits on May 5, 2019

  1. Merge pull request #1 from aimacode/master

    catching up
    a1shadows authored May 5, 2019
    Configuration menu
    Copy the full SHA
    56e5434 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Configuration menu
    Copy the full SHA
    53d67b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from a1shadows/pr/2

    Pr/2
    a1shadows authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    0f3efe4 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2019

  1. reformatting

    a1shadows committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    20d2e6a View commit details
    Browse the repository at this point in the history
  2. shanges

    changes
    a1shadows committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    79ec015 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2020

  1. review changes

    a1shadows committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    cab3a7f View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2020

  1. errors fixed, spec added

    a1shadows committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    61509dc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from aimacode/master

    catching up
    a1shadows authored Jan 26, 2020
    Configuration menu
    Copy the full SHA
    ec0a977 View commit details
    Browse the repository at this point in the history
  3. clean

    a1shadows committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    397fc7e View commit details
    Browse the repository at this point in the history
Loading