2 projects tagged "AI"
telepathic-critterdrug is a fork of Critterding, an artificial-life simulation, with five drugs added and a substrate for two kinds of telepathy. The critters are exposed to a secondary retina they can all read and write, using sensors and motors for high intensity or only the power of the minds for lower intensity, though drug use will modulate it. They can blink this and their main retina as a minor grace. The two blue tablets work on inhibitory neurons, and the red ones, excitatory. There is also a purple potentiator.
EO is a template-based, ANSI-C++ evolutionary computation library that helps you to write your own stochastic optimization algorithms quickly. Evolutionary algorithms form a family of algorithms inspired by the theory of evolution, and solve various problems. They evolve a set of solutions to a given problem in order to produce the best results. These are stochastic algorithms because they iteratively use random processes. The vast majority of these methods are used to solve optimization problems, and may be also called "metaheuristics". They are also ranked among computational intelligence methods, a domain close to artificial intelligence. With the help of EO, you can easily design evolutionary algorithms that will find solutions to virtually all kind of hard optimization problems, from continuous to combinatorial ones.