Software
Content
There are 2 types of software on this repository:
-
Software for neural networks and artificial life programming. They are
libraries for Neural Networks management (single NN or populations of NN) or
for flat simulated world defintion and management (for agents or khepera
robot emulator).
- Educational or demonstrative programs.
Directories
-
Software libraries in C
-
Programs in C
-
2Pop
Two population in competition . One generate offsprings more efficient but
that need more time to develop; other generate offsprings less efficient
but immediatly adult. (DOS program with help in italian)(individuals act
by simple rules to reach food)
-
EvPop
Population that evolve.Individuals are menaged by neural networks that evolve.The
fitness are computed on base of foods eated. The number of
individuals are constant , and for each individual that dead one new individual
is generated by the best (and near the best). (WINDOWS program but help in
italian).
-
Robot
Robot simulator of Khepera micro-robot, with neural network as mind.It is
possible to design a world where put the robot. (WINDOWS program with help
in italian) (in package are included a world design and a network file
evoluted)