0.11.1
What's Changed
Added
- Continuous linear constraints have been consolidated in the new
ContinuousLinearConstraint
class
Changed
get_surrogate
now also returns the model for transformed single targets or
desirability objectives
Fixed
- Unsafe name-based matching of columns in
get_comp_rep_parameter_indices
Deprecated
ContinuousLinearEqualityConstraint
andContinuousLinearInequalityConstraint
replaced byContinuousLinearConstraint
with the correspondingoperator
keyword
Merged Pull Requests
- Speedup Bernoulli Multi-Armed Bandit Example by @julianStreibel in #380
- Fix intersphinx link for torch by @AVHopp in #382
- Fix Name Matching for Retrieving Comp Rep Indices by @Scienfitz in #379
- Remove
get_surrogate
Restrictions by @Scienfitz in #386 - Consolidate Continuous Linear Constraints by @Scienfitz in #384
- Release 0.11.1 by @Scienfitz in #388
Full Changelog: 0.11.0...0.11.1