Skip to content

Releases: fritsche/hhco

Select randomly in case of ties

28 Aug 11:21

Choose a tag to compare

ArgMaxSelection:

  • find the max value
  • find all heuristics with credit equals to max value
  • randomly select between the heuristics with credit equals to max value

.

Fixed SPEA2 and SPEA2SDE migration

28 Aug 10:47

Choose a tag to compare

v1.4

fixed SPEA2 and SPEA2SDE migration

Hypervolume approximation tests

26 Aug 13:23

Choose a tag to compare

v1.3

HVApprox test

fix order of credits

15 Aug 11:00

Choose a tag to compare

v1.2

fix order of credits

v1.1

06 Aug 18:06
4445c22

Choose a tag to compare

Update Runner.java

HH-CO

17 Apr 18:25

Choose a tag to compare

usage: java -cp <jar> br.ufpr.inf.cbio.hhco.runner.HHCORunner [-h] [-id
       <id>] [-m <objectives>] [-p <problem>] [-P <path>] [-s <seed>]

Execute a single independent run of the HHCO algorithm on a given
<problem>.
 -h,--help                      print this message and exits.
 -id <id>                       set the independent run id, default 0.
 -m,--objectives <objectives>   set the number of objectives (default
                                value is 5).
 -p,--problem <problem>         set the problem instance: MaF[1-15],
                                default MaF01
 -P,--output-path <path>        directory path for output (if no path is
                                given experiment/ will be used.)
 -s,--seed <seed>               set the seed for JMetalRandom, default
                                System.currentTimeMillis()

Please report issues at https://github.com/fritsche/hhco/issues