issues
search
MaxHalford
/
eaopt
:four_leaf_clover: Evolutionary optimization library for Go (genetic algorithm, partical swarm optimization, differential evolution)
https://pkg.go.dev/github.com/MaxHalford/eaopt
MIT License
888
stars
96
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support simulated annealing
#56
spakin
closed
8 months ago
2
Tests are failing
#55
JensRantil
opened
10 months ago
0
Document the Crossover functions a bit better with examples
#54
JensRantil
opened
1 year ago
3
Multiple Objectives
#53
merklel
opened
3 years ago
0
Document that ModMutationOnly with Strict=true implements hill climbing
#52
spakin
closed
3 years ago
1
Fix race condition on ParallelInit
#51
qmuntal
closed
3 years ago
1
Allow parallel initialization of individuals
#50
qmuntal
closed
3 years ago
5
Most models do not honor ParallelEval
#49
spakin
opened
3 years ago
0
Opt into Go module system
#48
spakin
closed
3 years ago
4
:bug: CrossUniformFloat64 should preserve total values
#47
spakin
closed
3 years ago
1
Is CrossUniformFloat64 correct?
#46
spakin
closed
3 years ago
3
Crossover method not modifying genome
#45
ableeda
opened
4 years ago
2
CrossCX and CrossERX relies on hashable types
#44
JensRantil
opened
4 years ago
1
Feature/implement genome marshaling
#43
matthewmcneely
closed
1 year ago
7
Pass aditional data in Evaluate function
#42
franzon
closed
5 years ago
10
NOffsprings has to higher than 0
#41
tegk
opened
5 years ago
3
Code review
#40
tegk
closed
5 years ago
2
Non-canonical roulette wheel is being built relative to a 'random' fitness?
#39
ghost
opened
5 years ago
1
Fix neighbor index in island ring model
#38
ghost
closed
5 years ago
2
tag a new release
#37
yasushi-saito
closed
3 years ago
8
Fix wrong indexing in tournament selector
#36
JayPeeTeeDee
closed
5 years ago
1
Fixes to README
#35
StewartThomson
closed
5 years ago
4
Add a "Reviewed by Hound" badge
#34
salbertson
closed
5 years ago
2
Updated README.md example to work
#33
chriswalz
closed
5 years ago
2
Made OX operation more generic to handle repeated values
#32
theveloped
closed
6 years ago
3
Gene Uniqueness - PMX/OX
#31
theveloped
closed
6 years ago
9
Fix inverted `divides`
#30
bradleyjkemp
closed
6 years ago
2
Minimum score goes up rather than down sometimes
#29
gwd
closed
6 years ago
6
Fix misspelling
#28
ephraimkunz
closed
6 years ago
2
[tanghaibao] Add support for CrossRate in models
#27
tanghaibao
closed
6 years ago
5
Fix example code
#26
pboyer
closed
6 years ago
1
Implement in-place crossover
#25
MaxHalford
closed
6 years ago
1
Hall of fame
#24
MaxHalford
closed
7 years ago
1
Make it possible to evaluate individuals in parallel
#23
MaxHalford
closed
7 years ago
1
Fixed rng
#22
MaxHalford
closed
7 years ago
1
Parallelizing Individual Evaluate() calls?
#21
andrewortman
closed
6 years ago
7
Evaluate against other genome
#20
dolanor
closed
7 years ago
7
ga.Best is genome with the lowest fitness?
#19
advdv
closed
7 years ago
2
data race in util_random.go:70
#18
DavidHuie
closed
7 years ago
3
Add more tests
#17
MaxHalford
closed
7 years ago
0
Crash...
#16
csterritt
closed
7 years ago
14
Implement the rebalanceClusters method and adapt code accordingly
#15
MaxHalford
closed
7 years ago
1
Add a Clone method to the Genome interface (the Clone method of Slice…
#14
MaxHalford
closed
7 years ago
1
Implement Callback
#13
MaxHalford
closed
7 years ago
10
More generation statistics?
#12
csterritt
closed
7 years ago
6
Create CODE_OF_CONDUCT.md
#11
MaxHalford
closed
7 years ago
0
Cleanup
#10
MaxHalford
closed
7 years ago
1
Very big repository
#9
AP-Nothize
closed
7 years ago
22
Speciation overhaul
#8
MaxHalford
closed
7 years ago
1
No more casting!
#7
MaxHalford
closed
7 years ago
1
Next