Add scripts for parsing and archive link
This commit is contained in:
parent
6f0f2fb2e6
commit
807be1b3c2
30 changed files with 1570 additions and 18 deletions
15
eo/contrib/irace/expe/beta/irace_files_pF/forbidden.txt
Executable file
15
eo/contrib/irace/expe/beta/irace_files_pF/forbidden.txt
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
## Template for specifying forbidden parameter configurations in irace.
|
||||
##
|
||||
## This filename must be specified via the --forbidden-file command-line option
|
||||
## (or forbiddenFile in scenario.txt).
|
||||
##
|
||||
## The format is one constraint per line. Each constraint is a logical
|
||||
## expression (in R syntax). If a parameter configuration
|
||||
## is generated that makes the logical expression evaluate to TRUE,
|
||||
## then the configuration is discarded.
|
||||
##
|
||||
## Examples of valid logical operators are: == != >= <= > < & | ! %in%
|
||||
(replacement %in% c(2,3,4,5,6,7,8,9,10)) & (offspringsize > popsize)
|
||||
(replacement %in% c(1)) & (offspringsize < popsize)
|
||||
#(as.numeric(replacement) == 2) & (offspringsize > popsize)
|
||||
#(as.numeric(replacement) == 3) & (offspringsize > popsize)
|
||||
Loading…
Add table
Add a link
Reference in a new issue