Foggalong / RobustOCS

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

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

Closed Foggalong closed 4 months ago

Foggalong commented 4 months 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).