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.
3957f93810de255c2d5ee7eafe8cd588a0eca22f
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
Begin with the selected commit
Created with Raphaël 2.2.0
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
Added regression tests for all surrogate models provided by `surrogate.simple` and `surrogate.smile`. Fixed minor bugs that prevented regression tests to work.
Resolve "Implement unit tests"
adding range fuction to constraint.dl, fixing probability check requirements, updating name for training initial candidates and ranged statistics writer
Resolve "Change EA-based examples to include offspring-fraction"
Fixed target point loader and added example
Transitively collect all attributes of a type and use these in instance generation.
Resolve "Integrate model-driven optimisation"
Introduced an EvoAlComponentProvider and two concrete providers (namely...
Catched wrong exception type in last commit
Introduced an EvoAlComponentProvider and two concrete providers (namely...
Resolve "The candidates-per-generation writer should flush after every generation."
Introduced 'offspring-fraction' attribute.
Added a representation type check and generate random values properly for...
Resolve "Allow plugins to provide own JVM_ARGS and examples"
Fixes a problem with failing pipelines after branch creation.
Moved org.eclipse.xtext dependency. Should now work for branches. #58
Improved logging when workinng with CSV properties providers.
Introducing more configuration possibilities for Genetic Programming #56
Interfaced Genetic Programming from Jenetics #56
Fixed component name #46
Fixed named of components #46 and added support of Objects in output generation.
Added an explicit conversion to double in the CSV import to force numbers to be of correct type.
Add a trailing ; to structured data definitions to match the style of other definitions. #53
#53 Fixed compiler errors introduced by last commit.
[WIP] Restructuring ddl to support structured types. This is better approach to solve #53.
Updated ConstantExpressionEvaluator to handle InstanceTypeReference #53
Fixed broken test case. #54
Somehow my local build doesn't find errors. #54
Forgot to add files to last commit #54.
Made vector-based genotype a plugin that needs to be configured in order to be used. #54
ddl::DataDescription is also a valid Definition. Therefore, it has to derive from Definition. #54
Forgot to fix BooleanLiteral #54
Moved up name attribute to Definition to allow creation of PropertiesSpecifications independent of the fact we are using Data or a Type. #54
[WIP] Half-way of making the Genotype configurable. Restructuring to remove hard dependency to vector-based genotype. #54
Introduced base::Definition to have a common ancestor for TypeDefinition and DataDescription. This is necessary to better implement #53 in EvoAl.
Besides of declaring the possibility of 'data or type of instance', we have to introduce a new rule for adding a type definition reference. Therefore, we introduced a InstanceDefinitionReferenceRule. #53
Regenerated downstream languages. #53
Forgot a single get(). #53
Fixed error in test case #53
Adapted to changes in base language.
Loading