file cleanup.
This commit is contained in:
114
experiments/stochastic_hillclimber/best.json
Normal file
114
experiments/stochastic_hillclimber/best.json
Normal file
@@ -0,0 +1,114 @@
|
||||
{
|
||||
"cortex": {
|
||||
"id": 0.9693731655422226,
|
||||
"sensor_ids": [
|
||||
5.685303017909884e-10
|
||||
],
|
||||
"actuator_ids": [
|
||||
5.685303017909878e-10
|
||||
],
|
||||
"neuron_ids": [
|
||||
0.5927838365358148,
|
||||
0.20362214194543304,
|
||||
0.9175863684086998
|
||||
]
|
||||
},
|
||||
"sensor": {
|
||||
"id": 5.685303017909884e-10,
|
||||
"name": "xor_GetInput",
|
||||
"vector_length": 2,
|
||||
"cx_id": 0.9693731655422226,
|
||||
"fanout_ids": [
|
||||
0.5927838365358148,
|
||||
0.20362214194543304
|
||||
]
|
||||
},
|
||||
"actuator": {
|
||||
"id": 5.685303017909878e-10,
|
||||
"name": "xor_SendOutput",
|
||||
"vector_length": 1,
|
||||
"cx_id": 0.9693731655422226,
|
||||
"fanin_ids": [
|
||||
0.9175863684086998
|
||||
]
|
||||
},
|
||||
"neurons": [
|
||||
{
|
||||
"id": 0.5927838365358148,
|
||||
"layer_index": 0,
|
||||
"cx_id": 0.9693731655422226,
|
||||
"activation_function": "tanh",
|
||||
"input_weights": [
|
||||
{
|
||||
"input_id": 5.685303017909884e-10,
|
||||
"weights": [
|
||||
-6.283185307179586,
|
||||
6.283185307179586
|
||||
]
|
||||
},
|
||||
{
|
||||
"input_id": "bias",
|
||||
"weights": [
|
||||
6.283185307179586
|
||||
]
|
||||
}
|
||||
],
|
||||
"output_ids": [
|
||||
0.10564709635181257
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 0.20362214194543304,
|
||||
"layer_index": 0,
|
||||
"cx_id": 0.9693731655422226,
|
||||
"activation_function": "tanh",
|
||||
"input_weights": [
|
||||
{
|
||||
"input_id": 5.685303017909884e-10,
|
||||
"weights": [
|
||||
6.283185307179586,
|
||||
-6.283185307179586
|
||||
]
|
||||
},
|
||||
{
|
||||
"input_id": "bias",
|
||||
"weights": [
|
||||
6.283185307179586
|
||||
]
|
||||
}
|
||||
],
|
||||
"output_ids": [
|
||||
0.10564709635181257
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 0.9175863684086998,
|
||||
"layer_index": 1,
|
||||
"cx_id": 0.9693731655422226,
|
||||
"activation_function": "tanh",
|
||||
"input_weights": [
|
||||
{
|
||||
"input_id": 0.5927838365358148,
|
||||
"weights": [
|
||||
-6.283185307179586
|
||||
]
|
||||
},
|
||||
{
|
||||
"input_id": 0.20362214194543304,
|
||||
"weights": [
|
||||
-6.283185307179586
|
||||
]
|
||||
},
|
||||
{
|
||||
"input_id": "bias",
|
||||
"weights": [
|
||||
6.283185307179586
|
||||
]
|
||||
}
|
||||
],
|
||||
"output_ids": [
|
||||
5.685303017909878e-10
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user