added third experiment

This commit is contained in:
Thomas Gabor
2019-03-10 20:20:03 +01:00
parent b8c27e318c
commit 88e8b61d36
4 changed files with 60 additions and 10 deletions

View File

@ -697,8 +697,6 @@ if __name__ == '__main__':
exp.historical_particles[i] = net
K.clear_session()
if False:
# this does not work as the aggregation function screws over the fixpoint computation....
# TODO: check for fixpoint in aggregated space...
with FixpointExperiment() as exp:
run_count = 1000
net = TrainingNeuralNetworkDecorator(AggregatingNeuralNetwork(4, width=2, depth=2)).with_params(epsilon=0.1e-6)