All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ec.app.star.mastermeta.params Maven / Gradle / Ivy

Go to download

ECJ, A Java-based Evolutionary Computation Research System. ECJ is a research EC system written in Java. It was designed to be highly flexible, with nearly all classes (and all of their settings) dynamically determined at runtime by a user-provided parameter file. All structures in the system are arranged to be easily modifiable. Even so, the system was designed with an eye toward efficiency. ECJ is developed at George Mason University's ECLab Evolutionary Computation Laboratory. The software has nothing to do with its initials' namesake, Evolutionary Computation Journal. ECJ's sister project is MASON, a multi-agent simulation system which dovetails with ECJ nicely.

The newest version!
# Copyright 2013 by Sean Luke and George Mason University
# Licensed under the Academic Free License version 3.0
# See the file "LICENSE" for more information


parent.0 = ../ecsuite/meta.params



# RUN THIS LIKE THIS:
# java ec.Evolve -file mastermeta.params




# MASTERPROBLEM STUFF
# These parameters are used to set up the master/slave evaluator.
# One missing parameter is eval.master.host which should point to
# the master.  Typically I specify eval.master.host at the command
# line with the slave but you can hard-code it here if you like.

eval.masterproblem = ec.eval.MasterProblem
eval.master.port = 5000
eval.masterproblem.job-size=1
eval.masterproblem.max-jobs-per-slave=1
eval.compression=true




© 2015 - 2024 Weber Informatics LLC | Privacy Policy