// $Id: bat_hippo_sim.g,v 16.1 2000/03/02 14:43:39 ajay Exp $ // genesis // Hippo Model for Batch runs (CA3 region) - ak // Does not load constants.g include protodefs.g include aff_layer.g include int_a_layer.g include int_b_layer.g include pyr_layer.g include background_layer.g include ffi_layer.g include EC_layer.g include afferent_input.g include int_a_to_int_a.g include int_a_to_int_b.g include int_a_to_pyr.g include int_b_to_int_a.g include int_b_to_int_b.g include int_b_to_pyr.g include pyr_to_int_a.g include pyr_to_int_b.g include pyr_to_pyr.g include ffi_to_pyr.g include EC_to_pyr.g include syn_utils.g include control.g // for training network and assessing performance // setting the simulation clocks setclock 0 {dt} // sec setclock 1 {dt * refresh_factor} // sec