Skip to content

Arboles de Busqueda Informada de IA, incluye una serie de implementaciones bioinspiradas para el modelado de soluciones funcionales.

License

Notifications You must be signed in to change notification settings

DanielRosillo/Cherry-Star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cherry* Tree´s;

publicacion2

This agent include a demo that runs with the manhattan heuristic as function.

Post en Español;

https://foro.hackplayers.com/discussion/323/cherry-ia-busqueda-a-la-heuristica-de-manhattan#latest

Coapture

Capture

Description;

Create solutions trees, triping, map your data and abstract your reality.

Requirements;

Power by Java JDK 10;

36222735_1731650116889496_8672753406986682368_n

The Library requires Java SE Development Kit 10 or High

Dynamic Structures !!!;

//("state",cost,representation)
var origin = new Node("A", 0.0,new Integer[]{0,0,0,0});
//(root,objective,name,representation)
var tree = new Tree(origin, "N", " TEST",new Integer[]{0,0,0,0});

//Last in first out, list!
var list = new Lifo<Node>();

Authors;

  • Daniel Rosillo - Initial work -

License;

This project is licensed under the MIT License - see the LICENSE.md file for details.

Support && Feedback;

https://twitter.com/DanielRosillo22

About

Arboles de Busqueda Informada de IA, incluye una serie de implementaciones bioinspiradas para el modelado de soluciones funcionales.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages