Population-Simulation icon indicating copy to clipboard operation
Population-Simulation copied to clipboard

Configuration

Open JoeHowarth opened this issue 6 years ago • 0 comments

Way to set values via config file or CLI instead of by recompiling. Should make tuning things more straightforward.

Two use cases

  1. Known, stable config options that must exist.

Should via struct with defaults perhaps

  1. rapid prototyping of constants to avoid recompilation

String based hash table, allows dynamic adding and getting without having to change struct. Handle defaults, or lack thereof, on a case-by-case basis since not meant to be permanent.

JoeHowarth avatar Apr 07 '19 20:04 JoeHowarth