Timeline
05/04/19:
- 10:38 Ticket #2984 (Exception in StringValueMatrix when trying to mark all columns in a ...) closed by
- worksforme: Could not reproduce this problem.
- 08:41 Changeset [16893] by
-
#2925: allow separate configuration of const opt steps for pre-tuning and the full ODE. Allow weighted combination of fitness using pretuning NMSE and the full ODE NMSE
- 08:22 Changeset [16892] by
-
#2925 merged r16661:16890 from trunk to branch
05/03/19:
- 17:34 Changeset [16891] by
-
- Updated Google.OrTools (added InitLogging method to Solver interface)
- Initialize logging when plugin is loaded.
- When a file cannot be exported, the log directory is shown in the error message
- 14:49 Changeset [16890] by
-
#3005: Add null check to prevent exception in ConstrainedValueParameterView
- 12:38 Changeset [16889] by
-
#2931: Fixed wrong time used for BestObjectiveValueFoundAt and QualityPerClock in results
05/02/19:
- 13:10 Changeset [16888] by
-
#2971 fixed NamedIntervalsView
- 13:05 Changeset [16887] by
-
- Changed resizing to all cells instead of headers
- Update OnContentChangedMethod
- 12:49 Changeset [16886] by
-
#2971 Added Storable-Attribues to IntervalConstraint
- 12:02 Changeset [16885] by
-
- removed/fixed usings
- removed .resx file
- 12:01 Changeset [16884] by
-
#2971 fixed storable problem within RegressionProblemData
- 11:20 Changeset [16883] by
-
#2971 merged trunk into branch
- 11:02 Changeset [16882] by
-
#2971 Added TODO issue for floating point calculation
- 10:02 Changeset [16881] by
-
- removed unused constructors
- changed creation of IntervalConstraint in IntervalConstraintParser
- 08:36 Changeset [16880] by
-
- Disabled variable input field in IntervalConstraintView
- Added update definition method in IntervalConstraintView
- Added onChanged event for definition
- 07:50 Changeset [16879] by
-
#2971 Removed unused parser method
04/30/19:
- 09:30 Changeset [16878] by
-
#2839: worked on hive project management
- improved loading times of hive administrator view
- 08:05 Changeset [16877] by
-
#3005: Adapted FLA to the changed parameter ctors.
04/29/19:
- 15:34 Changeset [16876] by
-
- Added abstract multi-objective problem class for binary vector encoding
- Added abstract problem classes for integer vector encoding
- 15:22 Changeset [16875] by
-
#3005: Removed parameter ctors with getsCollected flag.
- 15:06 Changeset [16874] by
-
#2521: separated single-objective and multi-objective categories
- 15:04 Changeset [16873] by
-
#3005: Adapted genetic programming problems to disallow modifications of the grammar.
- 15:00 Changeset [16872] by
-
#3005: Added readonly flag to all value parameters.
- 14:54 Ticket #3005 (There should be an option to make ValueParameters read only) created by
- Especially in base classes the use of parameters is not clear upfront. …
- 14:47 Changeset [16871] by
-
updated csharp library to reflect changes in proto file made some time ago
04/24/19:
- 10:59 Changeset [16870] by
-
#2971 changed content events in ParsedConstraintView
04/23/19:
- 21:24 Changeset [16869] by
-
#2959: Fix compilation errors.
- 17:02 Changeset [16868] by
-
#3001: Fix bug formatting the Average symbol.
- 16:08 Changeset [16867] by
-
#2959: Add more unit tests for tree matching, and test bottom-up calculator against hash-based calculator for consistency.
- 13:28 Changeset [16866] by
-
#2971 changed ConstraintParser description text and example to meet new parser requirements
- 13:21 Changeset [16865] by
-
#2971 Added variable block-symbol (') for constraint parser
- 13:02 Changeset [16864] by
-
#2288: updated to .NET 4.6.1 and new persistence backend for compatibility with current trunk
- 12:59 Changeset [16863] by
-
#1265: update .NET framework version to 4.6.1
- 10:21 Changeset [16862] by
-
#2971 Changed some views
04/20/19:
- 23:39 Changeset [16861] by
-
#3004: Fixed wiring of evaluator to LocalRandom instead of GlobalRandom (as intended in the code)
- 23:28 Changeset [16860] by
-
#2855: Reduced footprint of encoding in run
- Instead of the encoding instance, only its name is added to the run (necessary to change in BasicProblem)
- By default the operators parameter of an encoding is set to not be collected (change in Encoding)