fredrikm / SoCSProject16

MIT License
1 stars 0 forks source link

Pso logging #48

Closed reinthal closed 8 years ago

reinthal commented 8 years ago

add proper logging.

new files for each run. They get a relatively unique run number.

rasake commented 8 years ago

I get this printout when running main_optimization:

saving... ------ RESULTS ------- Best network [-1. -1. -1. -1. -1. -1. -1. -1. -1. -1. -1. -1. -1. -1. -1. -1. -1. -1. -1. -1. -1. -1. -1. -1. -1. -1. -1. -1. -1. -1. -1. -1. -1. -1. -1. -1.] With relative mortality 10 Results have been saved to folder: ../best_network31398/fitnesses

How can the relative mortality be larger than 1?

reinthal commented 8 years ago

Dont know. I just printed the information I was handed. Thought it was weird also.

reinthal commented 8 years ago

if you follow the code the information comes from evaluate_weights @rasake

rasake commented 8 years ago

Yeah, it's not from this pull request anyway, so we might as well merge. I'll put it as a separate issue.