Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
evoal-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
evoal
source
evoal-core
Graph
0b44130c23fa3d9132e8c9998069689d9aac7aab
Select Git revision
Branches
7
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
Tags
1
2024.10.0
8 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
28
Feb
25
24
17
13
10
Jan
8
14
Dec
30
Nov
29
25
17
14
2
28
Oct
15
14
11
10
1
27
Sep
25
19
16
9
7
31
Aug
24
22
21
15
10
9
6
2
31
Jul
26
23
10
9
8
7
1
30
Jun
29
28
21
20
17
4
30
May
27
21
18
30
Apr
29
25
8
20
Mar
14
9
8
7
5
4
24
Feb
23
21
11
27
Jan
27
Nov
18
15
14
22
Oct
16
13
28
Sep
27
26
25
24
23
22
21
19
11
9
7
6
17
Aug
14
1
31
Jul
24
23
22
19
13
9
2
30
Jun
9
7
5
4
3
23
May
19
16
14
13
12
11
6
28
Apr
21
20
19
18
17
14
20
Mar
16
9
2
13
Feb
11
10
9
8
7
6
5
4
3
2
19
Jan
18
17
16
15
14
13
9
2
30
Dec
29
28
27
4
24
Nov
23
22
20
19
9
28
Oct
20
12
5
4
30
Sep
23
22
21
20
11
Add the Base sequence class
160-new-generat…
160-new-generator-type-sequencer
Delete old ddl
Add example for sequence generation
Refines sequence implementation
Make sequence implentation available
Change imports after switch to the pipeline workflow
Add the most basic implementation of a sequence
Implement the Sequence interface and get rid of the unneccesarry inheritance in addition with its code
Move the Sequence to the proper location
Switch from the generator version to the pipeline world. Change inheritance and implement the new necessary functions
Merge remote-tracking branch 'origin/develop' into 160-new-generator-type-sequencer
Added 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.
develop
develop
Removed 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 weld
Rename the sequence.dl to timeseries.dl
Add the first iteration of the new sequence type
Remove unused code
Change 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 Templates
Fixes 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.
documenting
131-include-hil…
131-include-hill-climbing-functionality
refining specified initial candidates writer, updating example and .dl
Added documentation for statistics components.
2024.10.0 release
2024.10.0 release
basis for new initial candidates provider (file or list candidates in ol)
adding neighbour iterator and updating manual neighbour choice logic
minimal working example for integrated hill climbing algorithm and manual neighbour choosing strategy
renaming handler
129-epsilon-con…
129-epsilon-constraint-multiobjective-strategy
Loading