Worker Evaluates Individuals (2)
- // then find the simulated spike times
- gen2spk {sim_output_file} {delay} \
- {current_duration} {total_duration}
- // then compare the simulated spike
- // times with the experimental data match = {spkcmp {real_spk_file} \
- {sim_spk_file} -pow1 0.4 -pow2 0.6 \
- -msp 0.5 -nmp 200.0}
- fitness = 1.0 / {sqrt {match}} return {fitness}
- end
Notes:
No notes for slide 73