-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added DatasetGroup and DatasetGroupModel. * Replaced Problem with Optimization Groups and Calculators. * Removed non-negative-least-squares option from scheme. * πποΈ Added back non_negative_least_squares and deprecated group_tolerance in Scheme initialization * π©Ή Fixed optimization groups using datasets outside of their groups This bug led to result creation crashing, because of missing labels. * π©Ή Fix Benchmarks - remove result creation benchmarks. * Added test for multiple groups * Renamed OptimizationGroupCalculators * ποΈ Deprecated Scheme args group and non_negative_least_squares * β»οΈ Renamed 'DatasetGroupIndexModel' -> 'DatasetIndexModelGroup' * β»οΈ Changed ChainMap in favor of more readable dict updating * β»οΈ Renamed 'test_problem' -> 'test_optimization_group' Co-authored-by: s-weigand <[email protected]> Co-authored-by: Sourcery AI <>
- Loading branch information
1 parent
d1e36a9
commit 385006c
Showing
28 changed files
with
967 additions
and
604 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.