Files
neuroevolution/experiments/stochastic_hillclimber/test.json
2025-09-28 19:12:51 +02:00

179 lines
3.8 KiB
JSON

{
"cortex": {
"id": 5.685689537782505e-10,
"sensor_ids": [
5.685689537782522e-10
],
"actuator_ids": [
5.685689537782516e-10
],
"neuron_ids": [
5.685689537782498e-10,
5.685689537782496e-10,
5.685689537782496e-10,
5.685689537782457e-10,
5.685689537782457e-10,
5.685689537782437e-10
]
},
"sensor": {
"id": 5.685689537782522e-10,
"name": "xor_GetInput",
"vector_length": 2,
"cx_id": 5.685689537782505e-10,
"fanout_ids": [
5.685689537782498e-10,
5.685689537782496e-10,
5.685689537782496e-10
]
},
"actuator": {
"id": 5.685689537782516e-10,
"name": "xor_SendOutput",
"vector_length": 1,
"cx_id": 5.685689537782505e-10,
"fanin_ids": [
5.685689537782437e-10
]
},
"neurons": [
{
"id": 5.685689537782498e-10,
"layer_index": 0,
"cx_id": 5.685689537782505e-10,
"activation_function": "tanh",
"input_weights": [
{
"input_id": 5.685689537782522e-10,
"weights": [
-0.16508088565795254,
-0.2129110085532152
]
}
],
"output_ids": [
5.685689537782493e-10,
5.685689537782493e-10
]
},
{
"id": 5.685689537782496e-10,
"layer_index": 0,
"cx_id": 5.685689537782505e-10,
"activation_function": "tanh",
"input_weights": [
{
"input_id": 5.685689537782522e-10,
"weights": [
-0.2097398020485577,
0.39878180348846304
]
}
],
"output_ids": [
5.685689537782493e-10,
5.685689537782493e-10
]
},
{
"id": 5.685689537782496e-10,
"layer_index": 0,
"cx_id": 5.685689537782505e-10,
"activation_function": "tanh",
"input_weights": [
{
"input_id": 5.685689537782522e-10,
"weights": [
-0.29051024087142796,
0.4799280128038572
]
}
],
"output_ids": [
5.685689537782493e-10,
5.685689537782493e-10
]
},
{
"id": 5.685689537782457e-10,
"layer_index": 1,
"cx_id": 5.685689537782505e-10,
"activation_function": "tanh",
"input_weights": [
{
"input_id": 5.685689537782498e-10,
"weights": [
-0.13139529896484625
]
},
{
"input_id": 5.685689537782496e-10,
"weights": [
0.0922098630405015
]
},
{
"input_id": 5.685689537782496e-10,
"weights": [
0.07506465172430998
]
}
],
"output_ids": [
5.685689537782454e-10
]
},
{
"id": 5.685689537782457e-10,
"layer_index": 1,
"cx_id": 5.685689537782505e-10,
"activation_function": "tanh",
"input_weights": [
{
"input_id": 5.685689537782498e-10,
"weights": [
0.01874150935077279
]
},
{
"input_id": 5.685689537782496e-10,
"weights": [
0.1722685772992305
]
},
{
"input_id": 5.685689537782496e-10,
"weights": [
-0.07333424218267892
]
}
],
"output_ids": [
5.685689537782454e-10
]
},
{
"id": 5.685689537782437e-10,
"layer_index": 2,
"cx_id": 5.685689537782505e-10,
"activation_function": "tanh",
"input_weights": [
{
"input_id": 5.685689537782457e-10,
"weights": [
0.47060152728694127
]
},
{
"input_id": 5.685689537782457e-10,
"weights": [
0.33179877773351285
]
}
],
"output_ids": [
5.685689537782516e-10
]
}
]
}