Files
neuroevolution/experiments/stochastic_hillclimber/actors/best.json

114 lines
2.3 KiB
JSON

{
"cortex": {
"id": 0.17818153832773553,
"sensor_ids": [
5.685438203051634e-10
],
"actuator_ids": [
5.685438203051628e-10
],
"neuron_ids": [
0.2035391483142075,
0.06722681140391684,
0.646276420829124
]
},
"sensor": {
"id": 5.685438203051634e-10,
"name": "xor_GetInput",
"vector_length": 2,
"cx_id": 0.17818153832773553,
"fanout_ids": [
0.2035391483142075,
0.06722681140391684
]
},
"actuator": {
"id": 5.685438203051628e-10,
"name": "xor_SendOutput",
"vector_length": 1,
"cx_id": 0.17818153832773553,
"fanin_ids": [
0.646276420829124
]
},
"neurons": [
{
"id": 0.2035391483142075,
"layer_index": 0,
"cx_id": 0.17818153832773553,
"activation_function": "tanh",
"input_weights": [
{
"input_id": 5.685438203051634e-10,
"weights": [
6.283185307179586,
6.283185307179586
]
},
{
"input_id": "bias",
"weights": [
6.280908700445529
]
}
],
"output_ids": [
0.43659818311553367
]
},
{
"id": 0.06722681140391684,
"layer_index": 0,
"cx_id": 0.17818153832773553,
"activation_function": "tanh",
"input_weights": [
{
"input_id": 5.685438203051634e-10,
"weights": [
6.283185307179586,
6.283185307179586
]
},
{
"input_id": "bias",
"weights": [
-6.283185307179586
]
}
],
"output_ids": [
0.43659818311553367
]
},
{
"id": 0.646276420829124,
"layer_index": 1,
"cx_id": 0.17818153832773553,
"activation_function": "tanh",
"input_weights": [
{
"input_id": 0.2035391483142075,
"weights": [
6.283185307179586
]
},
{
"input_id": 0.06722681140391684,
"weights": [
-6.283185307179586
]
},
{
"input_id": "bias",
"weights": [
-6.283185307179586
]
}
],
"output_ids": [
5.685438203051628e-10
]
}
]
}