Skip to content

floybix/gpai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpai

Genetic Programming for Artificial Intelligence. [n. jee-pai]

A Clojure library.

This is intended for problems where the fitness function dominates the computation time. An example is a program controlling robot movement at each time step. It will be inefficient on toy problems common in the GP literature such as parity or symbolic regression where each individual program is evaluated only once (due to compilation and other overheads).

Usage

FIXME

License

Copyright © 2013 Felix Andrews

Distributed under the Eclipse Public License, the same as Clojure.

About

Genetic Programming for Artificial Intelligence

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published