1. 23 fév., 2018 2 validations
  2. 12 fév., 2018 1 validation
  3. 26 jan., 2018 1 validation
  4. 30 juil., 2017 1 validation
  5. 24 juil., 2017 1 validation
  6. 09 juil., 2017 1 validation
    • C.G.Vedant's avatar
      Learning (#578) · b785561e
      C.G.Vedant a écrit
      * Added decisiontreelearner to notebook
      
      * Added RandomForest
      b785561e
  7. 22 juin, 2017 1 validation
  8. 05 juin, 2017 1 validation
  9. 24 mai, 2017 1 validation
  10. 17 avr., 2017 1 validation
  11. 14 avr., 2017 1 validation
    • ESHAN PANDEY's avatar
      Implementation of GA in notebook search.ipyinb (#489) · c0c97bf8
      ESHAN PANDEY a écrit
      * Update learning.py
      
      converted method sample(self) to propety and removed the call in the statement return self.sampler
      
      * Update search.py
      
      minor code formatting.
      
      * Implmented GA
      
      Implemented Genetic Algoritm in search.py and search.ipynb
      
      * implemented Genetic Algorithm in search.py and made modifications according to flake8. Demonstrated the working of GA iin search.ipynb.
      
      * implemented Genetic Algorithm in search.py and made modifications according to flake8. Demonstrated the working of GA iin search.ipynb.
      
      * 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.
      
      * Delete aima-python.iml
      
      * Delete misc.xml
      
      * Delete modules.xml
      
      * Delete workspace.xml
      
      * Update learning.py
      
      * Update search.py
      
      * Add files via upload
      c0c97bf8
  12. 22 mar., 2017 1 validation
  13. 18 mar., 2017 1 validation
  14. 07 mar., 2017 2 validations
  15. 05 mar., 2017 1 validation
  16. 16 juil., 2016 1 validation
  17. 15 juil., 2016 1 validation
  18. 13 juil., 2016 1 validation
  19. 01 juil., 2016 1 validation
  20. 19 avr., 2016 1 validation
  21. 31 mar., 2016 1 validation
  22. 20 mar., 2016 2 validations
  23. 13 mar., 2016 1 validation
  24. 10 mar., 2016 1 validation
  25. 06 mar., 2016 1 validation
  26. 13 juil., 2007 2 validations
    • spottedMetal's avatar
      Defined a make_agent_program method for the Agent classes, · 612bb0a1
      spottedMetal a écrit
      for more uniform initialization of Agents.
      
      Improved GUI with commands to list objects and agents.
      
      Fixed GUI speed control (delay slider), narrowed the
      range and increased the resolution.
      
      Added three new image files and image credits file.
      Better image for dirt
      612bb0a1
    • spottedMetal's avatar
      A. Changes to graphical user interface: · c133b981
      spottedMetal a écrit
          1.  Unquoted Tk graphics section and created a main window for the GUI.
      
              Refactored code for graphical user interface, splitting EnvFrame
      	into EnvGUI (main Tk window), EnvToolbar, and EnvCanvas.
      
          2.  Disabled binding of Mouse-1 and Mouse-2, which don't do anything 
      	useful.
      
          3.  Implemented the add-object pop-up menu.  Defined object_classes for
      	each kind of environment.
      
          4.  Added images for ReflexVacuumAgent and Dirt, and a get_image
      	method.  get_image caches images in a dictionary to prevent
      	them from being garbage-collected and avoid repeated reading
      	of the same files.
      
              Created image files for reflex vacuum agent and dirt.
      
      B.  Changes to XYEnvironment:
      
          1.  Implemented find_at method.
      
          2.  Implemented move_to method including bumping.
      
      C.  Other changes -- to support bumping, defined the Obstacle class,
          and made Wall a subclass of Obstacle.  A bump occurs when an agent
          tries to move to a cell occupied by any kind of Obstacle.
      c133b981