Package ch.idsia.ai.agents.ai

Examples of ch.idsia.ai.agents.ai.ForwardAgent


*/

public class CustomRun
{
    public static void main(String[] args) {
        new ForwardAgent(); // default agent to be evalutated. It is registered automatically in system.
        CmdLineOptions options = new CmdLineOptions(args);
        Evaluator evaluator = new Evaluator(options);
        evaluator.evaluate();               
    }
View Full Code Here

TOP

Related Classes of ch.idsia.ai.agents.ai.ForwardAgent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.