POM software
Most software developped at the former LOG and by the POM team are not in the public domain. For more details on our projects, go to the research topics page.
However, we have implemented a few generic packages that might
be useful. All these packages are written in Ocaml and will run on any
machine capable of running Ocaml.
Packages
-
GA:
A genetic algorithm in Ocaml. We have been using this software for a
lot of different applications, and it is now extremely stable. It
implements dynamic clustering, many different scaling functions and is
completely customizable.
-
ASTAR:
An A* algorithm implemented in
Ocaml. The implementation uses priority queues and is generic and
quite efficient.
-
ANNiML: Artificial Neural Networks in ML, written in Ocaml.
This software should be available soon, under L-GPL license. You may have a look at the documentation of the beta-0.1 version of ANNiML.
-
BFGS:
A quasi-Newton method for multi-dimensional local optimization (see the documentation), which should also be available soon under L-GPL license.
-
ocamlpvm:
An Ocaml interface for PVM
(Parallel Virtual Machine).
The GA, ASTAR, and ocamlpvm packages were initially developped at the former l'ex-LOG (Laboratoire d'Optimisation Globale), on which site you may also download the following software:
-
FaCiLe:
An OCaml constraint programming (CP)
library, implemented and maintained by the ENAC team. This is a pointer to the FaCiLe homepage.
Liens utiles
-
La page de présentation de
Ocaml.
-
La page des
projets du POM.