Diferenzas
Isto amosa as diferenzas entre a revisión seleccionada e a versión actual da páxina.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
hipster:start [2014/02/21 21:55] – pablo.rodriguez.mier | hipster:start [2014/06/03 18:41] (actual) – pablo.rodriguez.mier | ||
---|---|---|---|
Liña 1: | Liña 1: | ||
====== Hipster: An Open Source Java Library for Heuristic Search ====== | ====== Hipster: An Open Source Java Library for Heuristic Search ====== | ||
+ | {{: | ||
+ | \\ | ||
+ | \\ | ||
+ | A powerful, easy to use open source heuristic search library implemented in pure java. | ||
+ | ==== Description ==== | ||
+ | The aim of Hipster is to provide an easy to use yet powerful and flexible Java library | ||
+ | for heuristic search. Hipster relies on a flexible model with generic operators to change the | ||
+ | behavior without modifying the internals. All algorithms are also implemented in an iterative way, avoiding recursion. This | ||
+ | has many benefits: full control over the search, access to the internals at runtime or a better and clear scale-out for large | ||
+ | search spaces using the heap memory. Hipster also comes with a permissive Apache 2.0 license that allows the library user the | ||
+ | freedom to use and modify it for any purpose. | ||
+ | |||
+ | Some of the algorithms included in the library are: Depth First Search, Breadth First Search, Dijkstra, Bellman-Ford, | ||
+ | |||
+ | ==== Development Status ==== | ||
+ | |||
+ | This library is still under active development. The library will be moved to Github once a stable version has been reached. | ||
+ | Meanwhile, the API is subject to changes. The source code is available at: [[http:// | ||
+ | Javadocs are available at: http:// | ||
+ | |||
+ | ===== Authors ===== | ||
+ | This library is developed in the Centro de Investigación en Tecnoloxías da Información (CITIUS). Authors involved in this project are listed below: | ||
+ | |||
+ | === Developers === | ||
+ | * Pablo Rodríguez-Mier < | ||
+ | * Adrián González-Sieira < | ||
+ | |||
+ | === Scientific Supervisors === | ||
+ | * Manuel Mucientes < | ||
+ | * Manuel Lama < | ||
+ | * Alberto Bugarín < | ||
+ | |||
+ | ===== License ===== | ||
+ | |||
+ | This software is licensed under the Apache 2 license, quoted below. | ||
+ | |||
+ | | ||
+ | | ||
+ | |||
+ | | ||
+ | you may not use this file except in compliance with the License. | ||
+ | You may obtain a copy of the License at | ||
+ | |||
+ | http:// | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | See the License for the specific language governing permissions and | ||
+ | |