Objective NEAT  0.0.1
An implementation of Ken Stanley's NEAT algorithm in Objective C for Mac / iOS devices.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
ONExperimentThe base class for experiments
ONGenoLinkA GenoLink is a connection from one node to another in the Genotype
ONGenomeA Genome is the primary source of genotype information used to create a phenotype
ONGenoNode
ONInnovationAn Innovation represents a new Node or Link in the global poputlation
ONInnovationDBThe Innovation Database acts as a central repository for all innovations
<ONInnovationInformationProtocol>Innovation Protocol just enables both Nodes and Links to be stored in the Innocation database by providing a single referral mechanism
ONNetworkA Network is the Neural Net that is spawned from a single Genome
ONOrganismAn organsim has both a genotype (genome) and phenotype (network or brain), as well as a fitness as judged by any given experiment
ONParameterControllerThe ParameterController loads and stores global variables
ONPhenoLinkA PhenoLink is a connection from one node to another in the Phenotype / Network
ONPhenoNodeA PhenoNode represents a Neural Node within the Phenotype / Network
ONPopulationA population holds all the active organisms
ONSpeciesAn Species provides a niche in which Organisms can compete with each other to try and create higly fit networks
ONUtilitiesUtility functions to be shared across all classes
ONxorExperimentThe XOR reference test
 All Classes Functions Properties