|
|
02eb0e967d
|
fix eoAlgoFoundry management of numeric parameters
- Use a variant to avoid implicit casting to integer when selecting with brace-initialization.
- Add more doc around parameter forges.
|
2022-01-26 10:40:50 +01:00 |
|
|
|
e2b74349e1
|
[fastga] adds a fitness stoping criterion
|
2021-07-30 11:16:30 +02:00 |
|
|
|
6c3bffd8c2
|
[fastga] fix budget-related issues
Was overridding the max-evals budget in certain cases.
|
2021-07-30 10:29:03 +02:00 |
|
|
|
648357de64
|
disable objective transformation in W-Model of fastga
|
2021-07-19 16:34:25 +02:00 |
|
|
|
864bbf697d
|
adds the pop_size parameters as managed by fastga
|
2021-07-19 12:08:04 +02:00 |
|
|
|
18fec047ad
|
fix clang 10 compatibility
- random_shuffle is replaced by shuffle
- get rid of EO stuff in eoPop, superseeded by stdlib random
- get rid of bind2nd and use lambdas
|
2021-07-15 18:52:21 +02:00 |
|
|
|
cd7787bbab
|
feat: adds eoForgeScalar and eoParameterFoundry
- Get arithmetic types out of eoOperatorFoundry in eoParameterFoundry.
- Allow for metric space variables management within irace.
|
2021-07-08 08:17:30 +02:00 |
|
|
|
8e960b23f3
|
update irace/fastga to follow recent IOH refactoring
|
2021-07-07 13:07:38 +02:00 |
|
Amine Aziz-Alaoui
|
2da4a02092
|
[irace] fix default configuration
|
2021-02-03 10:00:32 +01:00 |
|
|
|
222c86143f
|
irace feat: add a way to print attainment histograms
|
2021-01-23 20:54:24 +01:00 |
|
|
|
82af0ed674
|
fix a filesystem bug of IOH by pre-creating directories
|
2021-01-23 16:34:18 +01:00 |
|
|
|
25f4592826
|
[irace] feat: print class names of configured operators
|
2021-01-21 20:19:32 +01:00 |
|
Amine Aziz-Alaoui
|
ccc79d68f4
|
[irace] make dimension depends on the problem config
|
2021-01-19 18:41:41 +01:00 |
|
Amine Aziz-Alaoui
|
2b27540f17
|
[irace] prepare for expe
- update problems parameters
- forge useful names for CSV logger metadata
- add experiments scripts
|
2021-01-19 18:16:17 +01:00 |
|
|
|
3d48db9f4a
|
fix irace: use categorical config for operator lists
Keep metric integer config for numeric parameters.
Thanks to Manuel López-Ibáñez for suggesting the fix.
|
2020-11-13 09:34:50 +01:00 |
|
|
|
be41e22f19
|
comment formatting
|
2020-11-13 09:02:16 +01:00 |
|
|
|
325f3ebf30
|
irace: pass metadata to IOH
|
2020-10-18 18:29:27 +02:00 |
|
|
|
d8972be2a0
|
irace feat: add an option to clutch a full CSV logger
|
2020-10-18 18:21:22 +02:00 |
|
|
|
5cb7bfd317
|
declutch restart in FastGA foundry
|
2020-10-09 16:40:38 +02:00 |
|
|
|
70e79aba3d
|
fix fastga: eval minus pop_size for init
|
2020-10-09 16:32:42 +02:00 |
|
Johann Dreo
|
39ff028e57
|
refactor out eval foundry, useless in irace/fastga
|
2020-10-08 15:26:51 +02:00 |
|
|
|
b2e565a3d8
|
add an assert on the problem id
|
2020-10-06 18:27:11 +02:00 |
|
|
|
82ff91d59b
|
fix: disable IOH_set_instance, seems bugged
|
2020-10-06 18:08:35 +02:00 |
|
|
|
fd09739770
|
fix: maximization & max restarts, feat: always use absolute values in logger
|
2020-10-06 17:54:11 +02:00 |
|
|
|
b2a6fea7d2
|
fix irace names, fix param output, remove perf assert
|
2020-10-06 15:43:24 +02:00 |
|
aaziz-alaoui
|
03201c4f4f
|
fastga add problem parameter + irace target runner
|
2020-10-06 13:54:44 +02:00 |
|
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 |
|
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
|
367a8c8ab1
|
easier interface for fastga in irace contrib
|
2020-09-22 15:42: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 |
|