Examples of ForwardAgent


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
Copyright © 2018 www.massapi.com. 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.