Free cookie consent management tool by TermsFeed Policy Generator

Timeline


and

10/13/15:

11:18 Changeset [12999] by pfleck

#2269 Removed MatingPoolSelectionPercentageParameter.

09:57 Changeset [12998] by pfleck

#2269

  • Removed unused operators in modified GA mainloop.
  • Unhide PlusSelection parameter.

10/11/15:

19:54 AdditionalMaterial edited by swinkler
Added link to IJSPM data set. (diff)

10/09/15:

16:54 Changeset [12997] by pfleck

#2269

  • Removed AgeInheritance enum and used a double [0-1] instead.
  • Added a WeightingReducer that uses the new double-weight for weighting between the lower and higher value.
15:37 Changeset [12996] by pfleck

#2269

  • Added age progression and distribution analyzers per default but disabled.
  • Added all regular analyzers as layer analyzers but disabled.
  • Removed obsolete EvaluatedSolutionsHistoryAnalyzer.
15:09 Changeset [12995] by ascheibe

updated slides

14:45 Changeset [12994] by pfleck

#2269

  • Updated item and plugin descriptions.
  • Set Creatable attributes.
14:37 Changeset [12993] by pfleck

#2269 Removed Alps base class and integrated the code in AlpsGeneticAlgorithm.

13:47 Changeset [12992] by pfleck

#2269

  • Changed PopulationSize from array to int.
  • Removed obsolete LayerUniformSubScopesProcessor.
13:32 Ticket #2375 (Implement ALPS with OS) closed by pfleck
rejected: Closed ticket since Offspring-Selection ALPS has proven to be …
13:28 Changeset [12991] by pfleck

#2375 Removed OS-ALPS plugin.

12:57 Ticket #2350 (Implement Steady-State ALPS) closed by pfleck
rejected: Closed ticket since Steady-State ALPS has proven to be ineffective due …
12:54 Changeset [12990] by pfleck

#2350 Removed SS-ALPS plugin.

11:46 Changeset [12989] by swinkler

added data for IJSPM paper

00:16 Changeset [12988] by bburlacu

#1772: Performance improvement changes

  • QueryMatch.cs: eliminate unnecessary ToList() call and expensive GetBranchLevel calls
  • Diversification: eliminated creation of shallow copies of the individual subscopes as it was either too slow (due to events being registered/deregistered when variables are added to the scope) or too leaky (if attempting to clear the scopes without clearing the variables then the code is leaking EventHandlers)
  • Aggregated diversification statistics separately with the help of some parameters set up in the SchemaCreator and SchemaEvaluator
  • Made code in the UpdateEstimatedValuesOperator perform exactly as in the evaluator (updating quality and estimated values)
  • Removed no longer needed SchemaCleanupOperator
  • Do not evaluate intermediate vertices in the genealogy analyzer if the TrimOlderGenerations flag is activated

New functionality:

  • parameter to control the fraction of the population to be considered by the diversification strategy
  • parameter to control whether individuals may be matched by any schema and mutated only once (exclusive matching)
  • parameter to control whether linear scaling should be applied to the estimated values used for the calculation of phenotypic similarity (default: yes)

10/08/15:

13:18 Changeset [12987] by mkommend

#2487: Extended check for degenerate states in CMAUpdater.

13:17 Ticket #2487 (Long running CMA-ES could lead to Nan values) created by mkommend
This happens because of very small sigmas of the virtual population …
08:47 WikiStart edited by ascheibe
(diff)
08:46 WikiStart edited by ascheibe
(diff)
08:46 heal3.JPG attached to Pictures by ascheibe
08:40 WikiStart edited by ascheibe
(diff)
08:39 heal2.jpg attached to Pictures by ascheibe

10/07/15:

16:47 Changeset [12986] by pfleck

#2486

  • Added buttons for adding columns and rows.
  • Fixed a bug with row names.
16:10 Changeset [12985] by ascheibe

updated slides

12:40 Changeset [12984] by ascheibe

updated slides

10/06/15:

16:41 Changeset [12983] by pfleck

#2486
Allows pasting of multiple values that extend the current data limits (rows and/or columns).
In case, additional rows and columns are added with the default value of the column's type.

10/05/15:

11:17 Ticket #2486 (Allow add columns and rows for data preprocessing) created by pfleck
Add the possibility to add new colums and rows in the data …

10/02/15:

21:45 Documentation/Outdated edited by abeham
(diff)
21:45 Documentation/Outdated edited by abeham
(diff)
21:44 Documentation/Howto/OptimizeAnyLogicModels edited by abeham
(diff)
21:40 AnyLogic Supply Chain Problem.hl attached to Documentation/Howto/OptimizeAnyLogicModels by abeham
The problem that is configured in the tutorial (needs HeuristicLab …
21:37 Documentation/Howto/OptimizeAnyLogicModels edited by abeham
(diff)
18:44 Changeset [12982] by gkronber

#2484: added formatter for Mathematica

17:12 Ticket #2485 (CSharp formatter for symbolic data analysis expressions does not ...) created by gkronber
The HL interpreter also allows Boolean operators with real-valued …
16:05 Ticket #2484 (Mathematica formatter for symbolic data analysis models) created by gkronber
15:04 Changeset [12981] by mkommend

#2483: Added Storable attribute for the solution creator in the encoding bas class.

15:03 Ticket #2483 (Encodings don't store the SolutionCreator) created by mkommend
The Storable attribute is missing for the solution creator. This has …
10:21 Changeset [12980] by ascheibe

updated slides

01:08 Changeset [12979] by bburlacu

#1772:

  • added parameters to the SchemaCreator for calculating things in parallel
  • added parallel code to the SchemaEvaluator
  • implemented quality calculation and saving of estimated values in the scope in the UpdateEstimatedValuesOperator
  • small refactoring of QueryMatch (added some useful methods and made NodeInfo internal)
  • updated query match unit test

10/01/15:

15:50 Ticket #2482 (Make job tables in hive statistics sortable) created by ascheibe
00:36 Changeset [12978] by abeham

#2481:

  • Implemented TSPTranslocationMoveDistanceMatrixEvaluator
  • Implemented TSPInversionMoveDistanceMatrixEvaluator
  • Changed move check in TravelingSalesmanProblem to include all ITSPMoveEvaluators
00:30 Ticket #2481 (No move operators for TSP distance matrix evaluator) created by abeham
The problem has been raised on the …
00:12 Changeset [12977] by bburlacu

#2480: Reverted changes to the evaluators as they impact performance and memory usage.

09/30/15:

10:36 Changeset [12976] by pfleck

#2027
Removed Optimization-Plugin because Terminators were merged to Trunk.
OSGA-Plugin remains as a sample on how to use/implement the Terminators.

10:26 Changeset [12975] by pfleck

#2027 Merged Terminators and Terminator-Views to trunk.

09:07 Changeset [12974] by pfleck

#2027 Updated merge infos before trunk integration.

09/29/15:

18:46 Ticket #2264 (Exporter for symbolic data analysis solutions to C# source code) closed by gkronber
duplicate: Duplicate of #2369 "Add a symbolic expression tree formatter for C#" …
16:49 Changeset [12973] by bburlacu

#2480: Implemented the necessary changes in the evaluators, and removed obsolete code from the phenotypic diversity analyzer.

16:24 Ticket #2480 (Add optional flag to the evaluator to save the estimated values in the ...) created by bburlacu
Currently the estimated values returned by the tree interpreter are …
15:43 Ticket #2455 (Timeouts when deleting larger experiments from Hive) closed by abeham
obsolete: I tried it and it worked. As there are no commits in this ticket, I'll …
15:27 Changeset [12972] by ascheibe

#2479 added missing commits to hive service methods

10:48 Ticket #2479 (Deleting groups in the Hive Administrator does not work anymore) created by ascheibe
Also, no error message is displayed.
Note: See TracTimeline for information about the timeline view.