Foggalong / RobustOCS

Robust optimal contirbution selection problems for genetics with Python
https://pypi.org/project/robustocs
MIT License
1 stars 0 forks source link

Added `load_sexes` and expanded `load_problem` to support it #23

Closed Foggalong closed 1 month ago

Foggalong commented 1 month ago

Adds load_sexes to fix #18. The loader load_problem uses the standard variable names used throughout the rest of the module and is more robust (only sigma_filename and mu_filename are required, everything else is optional).