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-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: BesanHalwa/aima-python
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.
  • 15 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 25, 2017

  1. Update learning.py

    converted method sample(self) to propety and removed the call in the statement return self.sampler
    BesanHalwa authored Mar 25, 2017
    Configuration menu
    Copy the full SHA
    072ee78 View commit details
    Browse the repository at this point in the history
  2. Update search.py

    minor code formatting.
    BesanHalwa authored Mar 25, 2017
    Configuration menu
    Copy the full SHA
    3bf1a97 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. Implmented GA

    Implemented Genetic Algoritm in search.py and search.ipynb
    BesanHalwa authored Apr 3, 2017
    Configuration menu
    Copy the full SHA
    de279b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2665d5f View commit details
    Browse the repository at this point in the history
  3. implemented Genetic Algorithm in search.py and made modifications acc…

    …ording to flake8. Demonstrated the working of GA iin search.ipynb.
    BesanHalwa authored Apr 3, 2017
    Configuration menu
    Copy the full SHA
    2e0057e View commit details
    Browse the repository at this point in the history
  4. implemented Genetic Algorithm in search.py and made modifications acc…

    …ording to flake8. Demonstrated the working of GA iin search.ipynb.
    BesanHalwa authored Apr 3, 2017
    Configuration menu
    Copy the full SHA
    e21d2d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2017

  1. Updated GA in search.ipynb

    Removed the image links and included the images used in the image
    folder. Reduced the file size from 2.4 MB to 183 KB. For every 21 print
    statements that we previously had, now we have 2, only printing the
    fittest individual in each generation. The instructions has been made to
    get the detailed output.
    BesanHalwa committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    e206f42 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2017

  1. Delete aima-python.iml

    BesanHalwa authored Apr 10, 2017
    Configuration menu
    Copy the full SHA
    4436823 View commit details
    Browse the repository at this point in the history
  2. Delete misc.xml

    BesanHalwa authored Apr 10, 2017
    Configuration menu
    Copy the full SHA
    7d1f014 View commit details
    Browse the repository at this point in the history
  3. Delete modules.xml

    BesanHalwa authored Apr 10, 2017
    Configuration menu
    Copy the full SHA
    264b4c4 View commit details
    Browse the repository at this point in the history
  4. Delete workspace.xml

    BesanHalwa authored Apr 10, 2017
    Configuration menu
    Copy the full SHA
    d607493 View commit details
    Browse the repository at this point in the history
  5. Update learning.py

    BesanHalwa authored Apr 10, 2017
    Configuration menu
    Copy the full SHA
    383c4d8 View commit details
    Browse the repository at this point in the history
  6. Update search.py

    BesanHalwa authored Apr 10, 2017
    Configuration menu
    Copy the full SHA
    150991f View commit details
    Browse the repository at this point in the history
  7. Add files via upload

    BesanHalwa authored Apr 10, 2017
    Configuration menu
    Copy the full SHA
    c63a85a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3 from aimacode/master

    update my fork
    BesanHalwa authored Apr 10, 2017
    Configuration menu
    Copy the full SHA
    d7b7f64 View commit details
    Browse the repository at this point in the history
Loading