1c940d6ec4
[irace]_add architecture diagram
2021-02-03 10:01:17 +01:00
Amine Aziz-Alaoui
2da4a02092
[irace] fix default configuration
2021-02-03 10:00:32 +01:00
Amine Aziz-Alaoui
a959a3b57e
[irace] add expe run scripts
2021-02-03 10:00:04 +01:00
2326fd8c8b
fix irace.log parser
...
Was parsing the ID as the performance.
2021-01-28 19:10:09 +01:00
e617916e98
feat irace add script to parse irace to csv
2021-01-25 13:48:52 +01:00
1b4f9447f2
irace feat: scripts to run baseline and plot ECDF histograms
2021-01-23 20:55:13 +01:00
222c86143f
irace feat: add a way to print attainment histograms
2021-01-23 20:54:24 +01:00
2fe6d03c8a
update the experiments config
...
- feat add a template in target-runner to change the problem
- loop over irace runs for each problem
2021-01-23 16:34:28 +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
640fa31fb5
[irace] put results in in a directory
GECCO21-ECADA
2021-01-19 18:42:06 +01:00
Amine Aziz-Alaoui
ccc79d68f4
[irace] make dimension depends on the problem config
2021-01-19 18:41:41 +01:00
9a10e818bc
fix missing header inclusion
2021-01-19 18:18:27 +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
5114723804
better wording
2020-11-10 14:26:34 +01:00
d03269c865
webpage: add a section about algo selection and config
2020-11-10 12:14:51 +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
ce10a6d4d2
Merge branch 'irace-interface'
2020-10-11 15:44:29 +02:00
a227e071f9
count eval after calling the objective function
2020-10-09 16:41:16 +02:00
5cb7bfd317
declutch restart in FastGA foundry
2020-10-09 16:40:38 +02:00
ffafaa5b40
better target-runner and run_irace.sh
2020-10-09 16:39:18 +02:00
48430567b0
declutch log in target-runner
2020-10-09 16:35:27 +02:00
70e79aba3d
fix fastga: eval minus pop_size for init
2020-10-09 16:32:42 +02:00
6d465c6c2f
fix FastGA mutation invalidation
2020-10-09 16:19:04 +02:00
0f4dbf3a13
fix template change of eoBooleanGenerator
2020-10-09 16:17:49 +02:00
0665cc02f5
fix: do not count two times the evaluations in eoEvalCounterThrowException
2020-10-09 16:15:44 +02:00
34eadef7a2
feat: add eoEvalPrint
2020-10-09 14:53:53 +02:00
08b826c81b
feat: more useful FastGA foundry name()
2020-10-09 14:21:12 +02:00
3d6821a97c
fix: add template to eoBooleanGenerator
...
In order to be able to generate boolean within int types.
2020-10-09 14:09:45 +02:00
da4118142f
add some missing className
2020-10-09 13:33:43 +02:00
Johann Dreo
39ff028e57
refactor out eval foundry, useless in irace/fastga
2020-10-08 15:26:51 +02:00
Johann Dreo
7ca5b6c0d0
remove FastGA foundry last evals, more logs, fix some typos
2020-10-08 15:26:07 +02:00
e975f0f388
fix eoDetSingleBitFlip num_bit setting
...
- remove the reference in the constructor, which is error prone because
not explicit.
- replace it with an explicit setter.
- add an assert to check that num_bit is consistent at call.
2020-10-07 15:53:36 +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
be230c34cd
feat add a debug log for restarts
2020-10-06 17:53:37 +02:00
2c80a01fad
feat: add tailored irace config files
2020-10-06 15:44:08 +02:00
b2a6fea7d2
fix irace names, fix param output, remove perf assert
2020-10-06 15:43:24 +02:00
3f61b43576
fix eoProportionalSelect: fallback to last solution
2020-10-06 15:07:23 +02:00
b84a13e108
fix tests after FastGA foundry changes
2020-10-06 15:07:04 +02:00
87246cc85d
Merge pull request #56 from aaziz-alaoui/irace-interface
...
fastga add problem parameter + irace target runner
2020-10-06 13:56:51 +02:00
aaziz-alaoui
03201c4f4f
fastga add problem parameter + irace target runner
2020-10-06 13:54:44 +02:00
bbab2bfdcd
update the INSTALL instruction files
2020-10-04 17:21:06 +02:00
1e5e355acf
add a CONTRIBUTING file
2020-10-04 16:08:15 +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