Skip to content

Source Code for 'Agile Artificial Intelligence in Pharo' by Alexandre Bergel

License

Notifications You must be signed in to change notification settings

bjorn-eiderback/agile-ai-in-pharo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apress Source Code

This repository accompanies Agile Artificial Intelligence in Pharo by Alexandre Bergel (Apress, 2020).

Cover image

The book provides a complete implementation of a number of complex algorithms. Download the files as a zip using the green button, or clone the repository to your machine using Git.

How to load it?

The provided code was designed for Pharo and it works Pharo 8 and Pharo 9. Open a playground and execute the instructions:

Metacello new
    baseline: 'AgileArtificialIntelligence';
    repository: 'github://Apress/agile-ai-in-pharo/src';
    load.

Content

The repository provides the complete implementation of:

  • Neural network library
  • Matrix library
  • Genetic algorithm
  • Zoomorphic creature
  • NEAT neuroevolution algorithm
  • Mario-like game

Releases

Release v1.0 corresponds to the code in the published book, without corrections or updates.

Contributions

See the file Contributing.md for more information on how you can contribute to this repository.

About

Source Code for 'Agile Artificial Intelligence in Pharo' by Alexandre Bergel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smalltalk 98.9%
  • HTML 1.1%