/Cherry

Arboles de Busqueda NO informada en IA, incluye una serie de implementaciones bioinspiradas para el modelado de una solución funcional, así como un contexto de trabajo.

Primary LanguageJavaMIT LicenseMIT

This project is old, the full version with the A-Star algorithm in...

Cherry Tree´s

publicacion2

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)
var origin = new Node("A", 0.0);
//(root,objective,name)
var tree = new Tree(origin, "N", " TEST");

//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