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
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
d5950fafe045564ae447f193badf49150381e1a7
Select Git revision
Branches
6
129-epsilon-constraint-multiobjective-strategy
160-new-generator-type-sequencer
173-automatically-merge-develop-to-release5
develop
default
protected
range-correlated-alterers
release
protected
Tags
2
2025.4.0
2024.10.0
8 results
Begin with the selected commit
Created with Raphaël 2.2.0
20
Apr
19
18
13
10
8
7
6
5
7
Mar
6
5
28
Feb
25
24
17
13
10
Jan
8
14
Dec
30
Nov
29
25
17
14
2
28
Oct
15
1
27
Sep
25
19
9
7
31
Aug
24
22
21
15
10
9
6
2
31
Jul
26
23
16
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
Resolve "Automatically Merge `develop` to `release`"
develop release
develop release
Forgot to specify Gitlab Registry for DOcker image
173-automatical…
173-automatically-merge-develop-to-release5
Switched to new custom Docker image to avoid the installation of curl and jq every time. Furthermore, the shebang of some scripts was changed to use the correct shell.
Changed shebang
Created new Docker image, uploaded it to the registry and adapted ci script.
Changed output and calling script differently
Call via $SH.
Added some debugging.
Fixed `.gitlab-ci.yml`
Added `ci/auto-merge-branches.sh` to automatically merge branches. We will use this in the future to regularly merge the develop branch into the release branch. This automatic merge will then trigger the regression tests.
merging develop into correlated alterers branch
range-correlate…
range-correlated-alterers
Merge remote-tracking branch 'origin/develop' into 160-new-generator-type-sequencer
160-new-generat…
160-new-generator-type-sequencer
Switched from release 2025.4.0 to next upcoming release 2025.10.0.
Switch to Dynamic Switch evaluation
Add the dynamic switch, which evaluates experssions with the help of a list
Resolve "Layout of Gitlab Package Registry changed"
2025.4.0
2025.4.0
Removed double file ending of zip archive.
Replaced "zip -r9" by "jar Mcf"
Adapted path name in CI to match the actual repository layout.
Introduced a new release script for platform-specific releases and moved it to an earlier stage in the release process.
Resolve "elease fails due to change in Gitlab Docker Image"
Reimplemented the benchmark as optimisation function feature.
Switch to Visitor pattern. Currently can only increase the series by one
Finish rename SequenceBase and SequenceEntity
Switch back to Sequence as base class to stay in line with the convention set before
Rename data-sequence to data-sequence-entity
Changes Sequence to SequenceEntity
Rename sample for sequences to tick
Add the Base sequence class
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.
Loading