-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- added additional parameters to enable different evaluation options - added additive restrictions - added additional implementations for dynamic restrictions: - dynamic intervalls - exponatial smoothing - rising multiplier - adapted `IntervalUtil` to get model bounds and refactored some sections - adapted `ShapeConstraintsParser` for added features - added a `ResultCollection` in `SymbolicRegressionSolution` for shape constraint violations git-svn-id: https://src.heuristiclab.com/svn/core/branches/3119_AdditionalShapeConstraintFeatures@17995 2abd9481-f8db-48e9-bd25-06bc13291c1b
- Loading branch information
1 parent
6294fa5
commit 5bb4426
Showing
7 changed files
with
487 additions
and
53 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
314 changes: 305 additions & 9 deletions
314
...taAnalysis.Symbolic.Regression/3.4/SingleObjective/Evaluators/NMSEConstraintsEvaluator.cs
Large diffs are not rendered by default.
Oops, something went wrong.
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
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.