Amine Aziz-Alaoui
|
75f1d9524f
|
fix offspring/pop misconception in FastGA foundry
|
2020-10-02 17:38:44 +02:00 |
|
Johann Dreo
|
530a12af20
|
Merge branch 'irace-interface' of https://github.com/nojhan/paradiseo into irace-interface
|
2020-10-02 16:34:12 +02:00 |
|
|
|
5371ea898a
|
Merge pull request #54 from aaziz-alaoui/irace-interface
adding pb interface
|
2020-10-02 16:34:03 +02:00 |
|
Johann Dreo
|
7f2e591891
|
fix default pop size
|
2020-10-02 16:19:49 +02:00 |
|
aaziz-alaoui
|
238f1d58c4
|
Merge branch 'irace-interface' of https://github.com/nojhan/paradiseo into irace-interface
|
2020-10-02 16:17:55 +02:00 |
|
aaziz-alaoui
|
fd77cccd85
|
adding problem congifuration interface
create problem_config_mapping instance
|
2020-10-02 16:15:12 +02:00 |
|
Johann Dreo
|
f24efdd770
|
fix offspring_size versus pop_size mistake
|
2020-10-02 16:01:02 +02:00 |
|
Amine Aziz-Alaoui
|
8fa2270ffd
|
update the irace interface with the new FastGA foundry
- fix: comment out useless rparamsin irace config
|
2020-10-01 11:50:57 +02:00 |
|
Amine Aziz-Alaoui
|
560dedbef0
|
feat update eval foundry for fastga
|
2020-09-30 15:06:48 +02:00 |
|
Amine Aziz-Alaoui
|
40c80eda45
|
feat: adds a FastGA algo, update the Foundry
|
2020-09-30 09:47:02 +02:00 |
|
|
|
1c229889e9
|
Merge pull request #52 from lucasmpavelski/patch-1
Adds: moBestNoImproveContinuator.h to mo.h
|
2020-09-25 20:05:24 +02:00 |
|
Lucas Marcondes Pavelski
|
bf8a7b6fcc
|
Adds: moBestNoImproveContinuator.h to mo.h
I think this import was missing.
|
2020-09-25 11:23:10 -03:00 |
|
Amine Aziz-Alaoui
|
367a8c8ab1
|
easier interface for fastga in irace contrib
|
2020-09-22 15:42:49 +02:00 |
|
Amine Aziz-Alaoui
|
93da7a8dae
|
fix wrong doc for algo foundry
|
2020-09-22 15:42:31 +02:00 |
|
Amine Aziz-Alaoui
|
70f21e95cf
|
add a parameter to make_help to inidicate output
|
2020-09-22 15:42:05 +02:00 |
|
Amine Aziz-Alaoui
|
5d6f87c98c
|
add missing eval foundry for fastga
|
2020-09-22 15:41:13 +02:00 |
|
Amine Aziz-Alaoui
|
5d3253ef7a
|
add two FastGA tests
|
2020-09-21 18:05:40 +02:00 |
|
|
|
7512ed0635
|
add missing header in a test
|
2020-09-21 18:05:08 +02:00 |
|
Amine Aziz-Alaoui
|
3f4d9bf728
|
fix foundry encoding
- remove normalization, use direct encoding in foundries
- add fastGA in <eo>
|
2020-09-21 17:45:13 +02:00 |
|
|
|
a6c68f324a
|
add templatized version of eoM**imizingFitness
Called eoM**imizingFitnessT, so as to not break up ascendent
compatibility.
|
2020-09-21 17:41:35 +02:00 |
|
|
|
8f949409e7
|
add a scalar template to eoInt
Some applications may want size_t instead of a siméle int, for
example.
|
2020-09-21 17:40:49 +02:00 |
|
Amine Aziz-Alaoui
|
6e8767515c
|
add some help to fastga irace contrib
|
2020-09-21 17:39:11 +02:00 |
|
Amine Aziz-Alaoui
|
2c1ff1cb33
|
First version of the irace API
|
2020-09-21 16:21:53 +02:00 |
|
|
|
41e3d8a648
|
fix eoProportionalSelect for negative fitnesses
|
2020-08-31 11:13:19 +02:00 |
|
|
|
1d092a5840
|
fix using resize in eoPerf2Worth
use copy instead, to avoil empty containered EOTs
|
2020-08-26 12:01:10 +02:00 |
|
|
|
fca55505d8
|
depreciate CUDACC
|
2020-08-26 12:00:29 +02:00 |
|
|
|
e2bf3ec3c0
|
allow eoBit to be templatized on its value type
This helps avoiding the infamous std::vector<bool> specialization,
which (wrongly) exchange space for speed.
|
2020-08-26 11:58:46 +02:00 |
|
|
|
d460b68500
|
add static branching in minimizing_fitness
This allows for EOT with empty constructors,
if they use eoM[in|ax]imizingFitness fitnesses.
Of course this is faster in that case.
|
2020-08-26 11:57:11 +02:00 |
|
|
|
efa6567359
|
add FastGA foundry and eoStandardBitMutation variants
|
2020-07-09 11:10:43 +02:00 |
|
|
|
1cdb134ee2
|
feat: add a binomial distribution to eo::rng
Note: use the most naive algorithm, should be a rejection one.
|
2020-07-05 18:00:51 +02:00 |
|
|
|
75c2c6ab76
|
fix eoDetSingdeBitFlip: better algorithm
The old version was inefficient, using trial and errors.
This new version is a single pass algorithm.
|
2020-07-05 17:59:30 +02:00 |
|
|
|
934b368ed0
|
upgrade cmake to 3.10 required
|
2020-07-05 08:46:32 +02:00 |
|
|
|
f22f033d52
|
update the IOH interface
|
2020-06-09 13:43:43 +02:00 |
|
|
|
a173e10fec
|
fix #50: add missing string header in eoFunctor
|
2020-06-06 10:45:13 +02:00 |
|
|
|
2599df2270
|
move webpage in /docs/
For compatibility with github pages and easier new user experience.
|
2020-05-14 17:52:37 +02:00 |
|
|
|
cf07f88eba
|
webpage fix
|
2020-05-11 18:45:54 +02:00 |
|
|
|
73f0fc6bc8
|
webpage fix logo style
|
2020-05-11 10:34:10 +02:00 |
|
|
|
6f216b07b4
|
webpage style for printing
|
2020-05-10 20:03:13 +02:00 |
|
|
|
a2e69ab321
|
webpage even more responsive
add high res/width support
|
2020-05-10 15:41:16 +02:00 |
|
|
|
11fabd9313
|
webpage fix
- asynchronous load of logo font
- fix for high res mobile display
|
2020-05-10 09:58:36 +02:00 |
|
|
|
decda23977
|
webpage fix
- fix: use code instead of pre tags,
- hard copy instead of iframe (github compat),
- add A. Quemy tutorial links.
|
2020-05-09 16:08:33 +02:00 |
|
|
|
87408d1b80
|
move index.html at the root
enable github's webpages
|
2020-05-07 11:53:37 +02:00 |
|
|
|
ef7a0749d2
|
website: fix links
|
2020-05-07 11:50:52 +02:00 |
|
|
|
31b834098b
|
webpage: add comparision to other frameworks
|
2020-05-07 10:57:20 +02:00 |
|
|
|
7144e38c85
|
Add some thought about grammar in webpage, ex. EDO.
|
2020-05-06 16:08:51 +02:00 |
|
|
|
f807fc7768
|
add quick start to the README
|
2020-05-06 15:27:49 +02:00 |
|
|
|
b63f634253
|
update README
|
2020-05-03 18:43:09 +02:00 |
|
|
|
5875cdabe0
|
small fix on website
|
2020-05-03 15:59:03 +02:00 |
|
|
|
ae81793f7c
|
refactor: add eoOperatorFoundry
- Simpler relationships between encoding and set of operators in foundry.
- Rename "instanciate" in "instantiate"
|
2020-05-03 15:31:25 +02:00 |
|
|
|
2e23b837e4
|
add mininal cmaes
|
2020-05-03 15:31:12 +02:00 |
|