Examples of adaptToGoal()


Examples of aima.core.environment.map.AdaptableHeuristicFunction.adaptToGoal()

        ahf = new H1();
        break;
      default:
        ahf = new H2();
      }
      return ahf.adaptToGoal(destinations.get(0), scenario
          .getAgentMap());
    }

    /**
     * Creates a new agent and adds it to the scenario's environment.
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.