{ "tag" : "nonlinear2dvolBPmo", "brief" : "Non-linear data with overlapping distributions.", "task" : "classification", "algorithm" : "MLP_learn", "comment" : "Real two-objective multiobjective optimization for two classwise errors. Very simple example to illustrate the concept.", "_TODO" : "Implement logging/tracing.", "MLP_learn": { "datafile" : "2dvOverlap.data", "task" : "classification", "evolution" : { "evol_obj" : "cwerr", "pop_size" : 20, "max_iter" : 200, "evol_oper" : "ns" }, "init" : { "init_arch" : "2-2-2", "init_weights" : "uniform(-1,1)" }, "improvement" : { "imp_obj" : "mse(direction=rerandomclass)", "imp_oper" : "backprop", "imp_steps" : 100, "imp_inilen": 0.3 } } }