From 21e14fced0b96a6975d016502b348e61aaaf3c0b Mon Sep 17 00:00:00 2001 From: Kevin Stone Date: Wed, 11 Sep 2024 17:00:27 -0400 Subject: [PATCH] Documented output constraint changes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdcae7a..a79aed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Continuous parameters have search_min/search_max; Discete parameteres have search_categories - Constraints are now defined by Constraint class - Input constraints can now be included in ParamSpace, and serialized from there +- Output constraints can now be included in Campaign, and serialized from there - New interface class IParamSpace to address circular import issues between ParamSpace and Constraint ### Modified