-
Notifications
You must be signed in to change notification settings - Fork 8
Population file (XML)_eac3
Karel Kubicek edited this page Feb 13, 2017
·
1 revision
root element: eacirc_population
-
population_size
number of genomes in a population -
circuit dimensions
-
num_layers
total number of layers in a circuit (excluding input and output layers) -
size_layer
number of functions allowed in one circuit layer -
size_input_layer
number of inputs in the selector layer (these serve as inputs to the first function layer) -
size_output_layer
number of outputs in the final layer, must not be greater than common layer size
-
num_layers
-
population
wrapper element for individual genomes-
genome
full genome value in binary format (genome_size x unsigned char)
individual genes are represented in numerical form, separated by space
circuit layers are separated by 3 consecutive spaces (alternating connector layers and function layers)
-
genome
--
You are on EACirc 3 wiki!
--
Building notes
Running notes
Recommencing computation
--
Framework components
Circuit back-ends
Main computation loop
Projects
Evaluators
CUDA support
Testing
Known bugs
Third party libraries
I/O-Files structure
Java bytecode simulator
--
Project eStream
Project SHA-3
Project CAESAR
Project Files
--