Skip to content
Snippets Groups Projects
Select Git revision
  • 125-weighted-sum-optimisation-value-and-roulette-wheel-stochastic-universal-selector
  • 129-epsilon-constraint-multiobjective-strategy
  • 131-include-hill-climbing-functionality
  • 160-new-generator-type-sequencer
  • develop default protected
  • range-correlated-alterers
  • release protected
  • 2024.10.0
8 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.028Feb2524171310Jan814Dec30Nov29251714228Oct15141110127Sep2519169731Aug242221151096231Jul262310987130Jun2928212017430May27211830Apr2925820Mar149875424Feb23211127Jan27Nov18151422Oct161328Sep27262524232221191197617Aug14131Jul24232219139230Jun9754323May191614131211628Apr21201918171420Mar169213Feb11109876543219Jan1817161514139230Dec292827424Nov23222019928Oct20125430Sep2322212011Add the Base sequence class160-new-generat…160-new-generator-type-sequencerDelete old ddlAdd example for sequence generationRefines sequence implementationMake sequence implentation availableChange imports after switch to the pipeline workflowAdd the most basic implementation of a sequenceImplement the Sequence interface and get rid of the unneccesarry inheritance in addition with its codeMove the Sequence to the proper locationSwitch from the generator version to the pipeline world. Change inheritance and implement the new necessary functionsMerge remote-tracking branch 'origin/develop' into 160-new-generator-type-sequencerAdded a single-choice-in-sequence mutator. The mutator calls the configured children in order of appearance and stops when a child has modified the individual. developdevelopRemoved generator-based implementation and switched to newer pipeline implementation for data generation tasks. ML still has to be switched.Make the new package accessible for weldRename the sequence.dl to timeseries.dlAdd the first iteration of the new sequence typeRemove unused codeChange to the easiest sequence n+1. Sadly only hard coded.Added logging components that log the results of stopping criteria per individual (or generation).Add the first draft of the new sequence generator. Includes the new Sequence class which can be updated via a visitor pattern. Additionally, adds the first visitor. Change pom.xml to include the minimal Expression Parser Exp4j, which allows to parse Strings into mathematical functions.Resolve "Fix minor issues with new pipeline algorithm"Introduced model-based data pipeline algorithm and switched to more configurable data validation. More to come.Export the serialised models of predictive and density to allow other plugins to use the information.Changed version numbers:* Refactored parts of the statistics API and made it part of `de.evoal.optimisation.api.model`. The result was renamed to `Iteration`.Added Threshold Accepting Algorithm.Update Issue TemplatesFixes issues in the PSO algorithm.Created a running example for range-correlated statistics.Updating to a newer version of SMILE (3.1.1).Added new optimisation algorithms:There was an issue with the `Optimisation Distance Component` due to an attribute naming conflict. In this fix, we renamed the attribute `name` to `var` as `name` is a reserved name in our DSLs.We changed all version numbers from 2024.10.0 to 2025.4.0, as we are now working on the release candidate for the next official release.documenting131-include-hil…131-include-hill-climbing-functionalityrefining specified initial candidates writer, updating example and .dlAdded documentation for statistics components.2024.10.0 release2024.10.0 releasebasis for new initial candidates provider (file or list candidates in ol)adding neighbour iterator and updating manual neighbour choice logicminimal working example for integrated hill climbing algorithm and manual neighbour choosing strategyrenaming handler129-epsilon-con…129-epsilon-constraint-multiobjective-strategy
Loading