Skip to content

Jbiloki/GeneticProgramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

GeneticProgramming

This program implements genetic programming to generate a random population of expression trees. Over generations the best should be selected and crossed with a chance of mutation. They are judged by the distance from the target value and should converge to it.

Getting Started

To run program use GNU CLISP found at: https://clisp.sourceforge.io/

Usage

After cloning repository and going to the containing directory the program can be run with the command:

clisp GeneticProgramming.lisp

e.x:

clisp GeneticProgramming.lisp 5 -2 -20 25 30 20

Author

Jacob Biloki : [email protected]

License

This project is licensed under the MIT License

Acknowledgments

Supporing code for tree structures provided by Charles Siska : [email protected]

About

Genetic Programming in Common Lisp

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published