{ "tag" : "mockup1", "brief" : "A mock-up example for incremental development.", "task" : "classification", "algorithm" : "MLP_learn", "comment" : "First 'mock-up'. Not used in the runs anymore, but this is still used to plan ahead for the features to implement.", "_TODO" : "Implement logging/tracing.", "MLP_learn": { "datafile" : "sample.data", "task" : "classification", "evolution" : { "evol_obj" : "mse", "pop_size" : 10, "max_iter" : 100, "evol_oper" : "none" }, "trace" : { "trace_obj" : "mse,ssw", }, "init" : { "init_arch" : "2-3-2", "init_weights" : "uniform(-1,1)" }, "improvement" : { "imp_obj" : "mse", "imp_oper" : "backprop", "imp_steps" : 10, "imp_inilen": 0.3 } } }