load_file("nrngui.hoc") load_file("ga_setup.hoc") xpanel("GA and then praxis") xbutton("Start training","xopen(\"ga_run.hoc\")") xlabel("(It takes about 2 hours to run on a PC)") xlabel(" ") xlabel("Quick displays") xbutton("Show best individual from initial population","xopen(\"show_start.hoc\")") xbutton("Show result of GA","xopen(\"show_ga.hoc\")") xbutton("Show final result of GA+praxis","xopen(\"show_ga_plus_praxis.hoc\")") xpanel()