Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

05/11/19:

14:38 Changeset [16945] by jkarder

#2520: changed deserialization in PersistenceContentManager

  • added method to check if old persistence can open a file
  • used this method to determine which persistence to use
08:26 Changeset [16944] by gkronber

#2931: changed build output path for all configurations

08:14 Changeset [16943] by gkronber

#2994 merge r16933:16942 from trunk to branch

08:00 Changeset [16942] by gkronber

#2875: Improve comments in NamedItem

07:53 Changeset [16941] by gkronber

#2994: make branch compile with NamedIntervals branch, disable alglib optguard, copylocal = false

05/10/19:

14:36 Changeset [16940] by ddorfmei

#2931:

  • Added StorableType attribute to interfaces and classes where it was missing
  • Moved code from HeuristicLabOrToolsPlugin.OnUnload() to finalizer because native DLL was unloaded to early
10:04 Changeset [16939] by ddorfmei

#2931:

  • removed branch 2931_OR-Tools_LP_MIP
  • removed unused file Google.Protobuf.dll from HeuristicLab.OrTools-7.0.0
  • corrected commit ID in Google.OrTools_version.txt

05/09/19:

14:31 Changeset [16938] by chaider

#2971 Added Changed event for ProblemDataConstraint

  • Updated parseBtn_Click
13:47 Changeset [16937] by chaider

#2971 Removed Name from Storable attribute and initialized constraints with empty List

13:11 Changeset [16936] by chaider

#2971 Added #Derivation combobox and checkboxes to EnableStateOfControls to lock it while running

12:52 Changeset [16935] by chaider

#2971 fixed persisting of problems

  • Attached Storable propperty to backing fields
  • Changed the lazy enumerable of the Constraints field
10:33 Changeset [16934] by jkarder

#2520: merged r16704 and r16706 into stable

08:59 Changeset [16933] by gkronber

#2520 changed exception handling / retry with old persistence format in PersistenceContentManager

05/08/19:

16:16 Changeset [16932] by chaider

#2971 Use partial differential directly in strings instead of unicode

15:59 Changeset [16931] by pfleck

#2965 removed branch

15:57 Ticket #2947 (Configure Dialog for IndexedDataTableView) closed by pfleck
done: r16929: removed branch
15:57 Changeset [16930] by chaider

#2971

  • removed setter from VariableRanges and IntervalConstraints
  • changed protected method in sealed class to private
15:56 Changeset [16929] by pfleck

#2947: removed branch

15:56 Changeset [16928] by chaider

#2971 Fixed cloning in ProblemDataConstraint

15:55 Changeset [16927] by chaider

#2971 use methodes to operate on IntervalCollection dictionary

15:54 Ticket #3006 (DataCompleteness Chart has Histogram View set as view name) closed by pfleck
done: r16926 merged r16894 to stable
15:54 Changeset [16926] by pfleck

#3006 merged r16894 to stable

15:52 Changeset [16925] by chaider

#2971 Set the dictionary to private, renamed methods, added methods to operate on dictionary

15:51 Changeset [16924] by chaider

#2971 Added isEnabled to constructor

15:48 Changeset [16923] by pfleck

#2845 removed branch

14:27 Ticket #2956 (Integration of A Priori Knowledge for Symbolic Regression) closed by chaider
obsolete
14:24 Changeset [16922] by chaider

#2956 Deleted Branch

13:57 Changeset [16921] by chaider

#2971

  • Changed getInterval method to return Interval instead of KeyValuePair
  • Calling getMethods from IntervalsCollection
12:43 Changeset [16920] by chaider

#2971 Fixed displayed value in #Derivation-field for target constraints

12:15 Changeset [16919] by chaider

#2971 updated description text for constraints input

10:22 Changeset [16918] by chaider

#2971

  • changed VariableIntervals from ObservableDictionary to IDictionary
  • Added methods to get single intervals and all intervals
10:01 Changeset [16917] by chaider

#2971 Reformated code and added null-condition to Intervals

05/07/19:

22:48 Changeset [16916] by abeham

#3005: reverted formatting changes of EngineAlgorithmOperator and added .editorconfig file to solution

19:52 Changeset [16915] by gkronber

#2994: add boundary constraints and threshold for epsx hoping to prevent endless loop in alglib, add optimization of variable weights

18:36 Changeset [16914] by gkronber

#2994: implemented a first version of an evaluator with const opt and constraints for intervals

17:09 Changeset [16913] by gkronber

#2994: svn:ignore

16:47 Changeset [16912] by gkronber

#2994: added a new plugin for extension classes based on new functionality in this branch and added an evaluator that uses new AutoDiff

15:38 Changeset [16911] by gkronber

#2994: merged r16839:16910 from trunk to branch

15:30 Changeset [16910] by abeham

#2931: merged to trunk

  • Fixed references in plugins
  • Fixed output path
  • Removed app.config from views plugin
  • Reverted changes to PathValue and FileValue and their respective views
15:02 Changeset [16909] by jkarder

#2961: fixed unloading of plugins in SandboxApplicationManager

  • unload plugins once an application has been terminated (as before)
  • unload plugins once the application domain is about to be unloaded
14:50 Changeset [16908] by gkronber

#2520: added unit test to check for duplicate GUIDs

14:48 Changeset [16907] by gkronber

#2520 Show more info in the exception dialog when persistence fails

14:47 Changeset [16906] by gkronber

#2520 disable compiler warning for old persistence unit tests

14:20 Changeset [16905] by gkronber

#2915: Corrected calculation of cuberoot function in all interpreters and updated all formatters.
I tested a run with all interpreters and got the same results with all of them.

12:09 Changeset [16904] by chaider

#2971 Renamed NamedIntervals to IntervalCollection

11:59 Changeset [16903] by chaider

#2971 Added variable definition without escape chars

09:16 Changeset [16902] by ddorfmei

#2931: Merged revision(s) 16803-16897 from trunk

05/06/19:

15:36 Changeset [16901] by bburlacu

#2679: Update branch: framework version 4.6.1, use heal.attic for persistence, some minor refactoring.

14:53 Changeset [16900] by chaider

#2971

  • Added field Target to IntervalConstraint
  • Prefixed Target-Item with Target:
  • Removed prefixed Target: at derivations ==> show target field instead
14:20 Changeset [16899] by msemenki

#2988: New version of class structure.

14:17 Changeset [16898] by chaider

#2971

  • Added all fields to IntervalConstraintView
  • Rearanged fields
  • Updated NumberOfDerivation event
13:42 Changeset [16897] by ddorfmei

#2931: Added log directory to additional exceptions caused by OR-Tools

13:14 Changeset [16896] by chaider

#2971 Renaming and moving files:

Renamed:

NamedIntervals => IntervalCollection
ParsedConstraint => ProblemDataConstraint
NamedIntervalsView => IntervalCollectionView

Folder Parser => Interval

Moved:

IntervalCollectionView from Regression/IntervalCollectionView ==> ./IntervalCollectionView
Interval, IntervalCollection from /Implementation => /Implementation/Interval

13:01 Changeset [16895] by chaider

#2971 Changed IntervalConstraint

11:45 Changeset [16894] by mkommend

#3006: Corrected view name of data completeness chart.

11:44 Ticket #3006 (DataCompleteness Chart has Histogram View set as view name) created by mkommend
This becomes obvious if the chart is opened in another tab. Probably …

05/04/19:

10:38 Ticket #2984 (Exception in StringValueMatrix when trying to mark all columns in a ...) closed by gkronber
worksforme: Could not reproduce this problem.
08:41 Changeset [16893] by gkronber

#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 gkronber

#2925 merged r16661:16890 from trunk to branch

05/03/19:

17:34 Changeset [16891] by ddorfmei

#2931:

  • 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 bburlacu

#3005: Add null check to prevent exception in ConstrainedValueParameterView

12:38 Changeset [16889] by ddorfmei

#2931: Fixed wrong time used for BestObjectiveValueFoundAt and QualityPerClock in results

05/02/19:

13:10 Changeset [16888] by chaider

#2971 fixed NamedIntervalsView

13:05 Changeset [16887] by chaider

#2971

  • Changed resizing to all cells instead of headers
  • Update OnContentChangedMethod
12:49 Changeset [16886] by chaider

#2971 Added Storable-Attribues to IntervalConstraint

12:02 Changeset [16885] by chaider

#2971

  • removed/fixed usings
  • removed .resx file
12:01 Changeset [16884] by chaider

#2971 fixed storable problem within RegressionProblemData

11:20 Changeset [16883] by chaider

#2971 merged trunk into branch

11:02 Changeset [16882] by chaider

#2971 Added TODO issue for floating point calculation

10:02 Changeset [16881] by chaider

#2971

  • removed unused constructors
  • changed creation of IntervalConstraint in IntervalConstraintParser
08:36 Changeset [16880] by chaider

#2971

  • Disabled variable input field in IntervalConstraintView
  • Added update definition method in IntervalConstraintView
  • Added onChanged event for definition
07:50 Changeset [16879] by chaider

#2971 Removed unused parser method

04/30/19:

09:30 Changeset [16878] by jkarder

#2839: worked on hive project management

  • improved loading times of hive administrator view
08:05 Changeset [16877] by mkommend

#3005: Adapted FLA to the changed parameter ctors.

04/29/19:

15:34 Changeset [16876] by abeham

#2521:

  • Added abstract multi-objective problem class for binary vector encoding
  • Added abstract problem classes for integer vector encoding
15:22 Changeset [16875] by mkommend

#3005: Removed parameter ctors with getsCollected flag.

15:06 Changeset [16874] by abeham

#2521: separated single-objective and multi-objective categories

15:04 Changeset [16873] by mkommend

#3005: Adapted genetic programming problems to disallow modifications of the grammar.

15:00 Changeset [16872] by mkommend

#3005: Added readonly flag to all value parameters.

14:54 Ticket #3005 (There should be an option to make ValueParameters read only) created by mkommend
Especially in base classes the use of parameters is not clear upfront. …
14:47 Changeset [16871] by abeham

updated csharp library to reflect changes in proto file made some time ago

Note: See TracTimeline for information about the timeline view.