Changeset 17882 for branches/3076_IA_evaluators_analyzers/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression
- Timestamp:
- 03/12/21 08:48:49 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3076_IA_evaluators_analyzers/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/MultiObjective/SymbolicRegressionMultiObjectiveMultiSoftConstraintEvaluator.cs
r17878 r17882 34 34 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.MultiObjective { 35 35 [Item("Multi Soft Constraints Evaluator", 36 "Calculates the Person R²and the constraints violations of a symbolic regression solution.")]36 "Calculates the NMSE and the constraints violations of a symbolic regression solution.")] 37 37 [StorableType("8E9D76B7-ED9C-43E7-9898-01FBD3633880")] 38 38 public class
Note: See TracChangeset
for help on using the changeset viewer.