Merge branch 'master' of gitlab.lrz.de:mobile-ifi/bannana-networks

This commit is contained in:
Si11ium
2019-03-11 16:12:50 +01:00
5 changed files with 262 additions and 2 deletions

View File

@ -674,8 +674,6 @@ if __name__ == '__main__':
run_exp(net)
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)