Skip to content

Commit

Permalink
Adjust ECJ parent parameters to use class-relative paths, so they wor…
Browse files Browse the repository at this point in the history
…k regardless of what directory you run them from.
  • Loading branch information
SigmaX committed Oct 2, 2020
1 parent 7dc9576 commit c943bc5
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion contrib/cgp/ec/cgp/breast-w.float.1+4.params
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ stat.file = $breast-w.float.1+4.params.out.stat
#================================================================================
# Set up 1+4 evolutionary strategy
#================================================================================
parent.1 = ecj/ecj/ec/es/es.params
parent.1 = @ec.Evolve es/es.params
breed = ec.cgp.MuLambdaBreederCGP
es.mu.0 = 1
es.lambda.0 = 4
Expand Down
2 changes: 1 addition & 1 deletion contrib/cgp/ec/cgp/breast-w.float.pop50.params
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parent.0 = simple-cgp.params

stat.file = $breast-w.float.pop50.params.out.stat

parent.1 = ecj/ecj/ec/simple/simple.params
parent.1 = @ec.Evolve simple/simple.params
breed = ec.cgp.Breeder


Expand Down
2 changes: 1 addition & 1 deletion contrib/cgp/ec/cgp/breast-y.float.1+4.params
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ stat.file = $breast-y.float.1+4.params.out.stat
#================================================================================
# Set up 1+4 evolutionary strategy
#================================================================================
parent.1 = ecj/ecj/ec/es/es.params
parent.1 = @ec.Evolve es/es.params
breed = ec.cgp.MuLambdaBreederCGP
es.mu.0 = 1
es.lambda.0 = 4
Expand Down
2 changes: 1 addition & 1 deletion contrib/cgp/ec/cgp/breast-y.float.pop50.params
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parent.0 = simple-cgp.params

stat.file = $breast-y.float.pop50.params.out.stat

parent.1 = ecj/ecj/ec/simple/simple.params
parent.1 = @ec.Evolve simple/simple.params
breed = ec.cgp.Breeder


Expand Down
2 changes: 1 addition & 1 deletion contrib/cgp/ec/cgp/iris.float.1+4.params
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ stat.file = $iris.float.1+4.params.out.stat
#================================================================================
# Set up 1+4 evolutionary strategy
#================================================================================
parent.1 = ecj/ecj/ec/es/es.params
parent.1 = @ec.Evolve es/es.params
breed = ec.cgp.MuLambdaBreederCGP
es.mu.0 = 1
es.lambda.0 = 4
Expand Down
2 changes: 1 addition & 1 deletion contrib/cgp/ec/cgp/iris.float.pop50.params
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parent.0 = simple-cgp.params

stat.file = $iris.float.pop50.params.out.stat

parent.1 = ecj/ecj/ec/simple/simple.params
parent.1 = @ec.Evolve simple/simple.params
breed = ec.cgp.Breeder


Expand Down
2 changes: 1 addition & 1 deletion contrib/cgp/ec/cgp/parity-even-2.float.pop50.convex.params
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
stat.file = $parity-even-2.float.pop50.convex.params.out.stat

parent.0 = simple-cgp.params
parent.1 = ecj/ecj/ec/simple/simple.params
parent.1 = @ec.Evolve simple/simple.params
breed = ec.cgp.Breeder


Expand Down
2 changes: 1 addition & 1 deletion contrib/cgp/ec/cgp/parity-even-2.float.pop50.params
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
parent.0 = simple-cgp.params
stat.file = $parity-even-2.float.pop50.params.out.stat

parent.1 = ecj/ecj/ec/simple/simple.params
parent.1 = @ec.Evolve simple/simple.params
breed = ec.cgp.Breeder


Expand Down
2 changes: 1 addition & 1 deletion contrib/cgp/ec/cgp/parity-even-2.int.1+4.params
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ stat.file = $parity-even-2.int.1+4.params.out.stat
#================================================================================
# Set up 1+4 evolutionary strategy
#================================================================================
parent.1 = ecj/ecj/ec/es/es.params
parent.1 = @ec.Evolve es/es.params
breed = ec.cgp.MuLambdaBreederCGP
es.mu.0 = 1
es.lambda.0 = 4
Expand Down
2 changes: 1 addition & 1 deletion contrib/cgp/ec/cgp/regression-1.float.pop50.params
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
parent.0 = simple-cgp.params
stat.file = $regression-1.float.pop50.params.out.stat

parent.1 = ecj/ecj/ec/simple/simple.params
parent.1 = @ec.Evolve simple/simple.params
breed = ec.cgp.Breeder


Expand Down
2 changes: 1 addition & 1 deletion contrib/cgp/ec/cgp/regression-1.int.1+4.params
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ stat.file = $regression-1.int.1+4.params.out.stat
#================================================================================
# Set up 1+4 evolutionary strategy
#================================================================================
parent.1 = ecj/ecj/ec/es/es.params
parent.1 = @ec.Evolve es/es.params
breed = ec.cgp.MuLambdaBreederCGP
es.mu.0 = 1
es.lambda.0 = 4
Expand Down

0 comments on commit c943bc5

Please sign in to comment.