WIP: stochastic hill climber
This commit is contained in:
96
experiments/stochastic_hillclimber/actors/best.json
Normal file
96
experiments/stochastic_hillclimber/actors/best.json
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"cortex": {
|
||||
"id": 0.5107239887106383,
|
||||
"sensor_ids": [
|
||||
5.685637947817566e-10
|
||||
],
|
||||
"actuator_ids": [
|
||||
5.685637947817563e-10
|
||||
],
|
||||
"neuron_ids": [
|
||||
0.3776999353275148,
|
||||
0.7030052650887313,
|
||||
0.9936497204289092
|
||||
]
|
||||
},
|
||||
"sensor": {
|
||||
"id": 5.685637947817566e-10,
|
||||
"name": "xor_GetInput",
|
||||
"vector_length": 2,
|
||||
"cx_id": 0.5107239887106383,
|
||||
"fanout_ids": [
|
||||
0.3776999353275148,
|
||||
0.7030052650887313
|
||||
]
|
||||
},
|
||||
"actuator": {
|
||||
"id": 5.685637947817563e-10,
|
||||
"name": "xor_SendOutput",
|
||||
"vector_length": 1,
|
||||
"cx_id": 0.5107239887106383,
|
||||
"fanin_ids": [
|
||||
0.9936497204289092
|
||||
]
|
||||
},
|
||||
"neurons": [
|
||||
{
|
||||
"id": 0.3776999353275148,
|
||||
"layer_index": 0,
|
||||
"cx_id": 0.5107239887106383,
|
||||
"activation_function": "tanh",
|
||||
"input_weights": [
|
||||
{
|
||||
"input_id": 5.685637947817566e-10,
|
||||
"weights": [
|
||||
-1.7328567115118854,
|
||||
0.31546591460152307
|
||||
]
|
||||
}
|
||||
],
|
||||
"output_ids": [
|
||||
0.24149710385676537
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 0.7030052650887313,
|
||||
"layer_index": 0,
|
||||
"cx_id": 0.5107239887106383,
|
||||
"activation_function": "tanh",
|
||||
"input_weights": [
|
||||
{
|
||||
"input_id": 5.685637947817566e-10,
|
||||
"weights": [
|
||||
1.507492385500833,
|
||||
-1.5181033637128052
|
||||
]
|
||||
}
|
||||
],
|
||||
"output_ids": [
|
||||
0.24149710385676537
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 0.9936497204289092,
|
||||
"layer_index": 1,
|
||||
"cx_id": 0.5107239887106383,
|
||||
"activation_function": "tanh",
|
||||
"input_weights": [
|
||||
{
|
||||
"input_id": 0.3776999353275148,
|
||||
"weights": [
|
||||
0.9998252528454215
|
||||
]
|
||||
},
|
||||
{
|
||||
"input_id": 0.7030052650887313,
|
||||
"weights": [
|
||||
-1.7243886895741118
|
||||
]
|
||||
}
|
||||
],
|
||||
"output_ids": [
|
||||
5.685637947817563e-10
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user