Software
|
Cette page est aussi disponible en
français.
Most of the softwares developped at the LOG are NOT public
domain. For information about our projects, go to the
topics
page. However there are a few generic optimization programs that might
be useful. All these packages are written in Ocaml and will run on any
machine capable of running Ocaml.
Packages
-
FaCiLe: An OCaml constraint programming (CP)
library. This is a pointer to the FaCiLe homepage.
-
GA:
a genetic algorithm in Ocaml. We have been using this software for
lot of different applications, and it is now extremely stable. It
implements dynamic clustering, many different scaling functions and is
completely customizable.
-
ocamlpvm:
An Ocaml interface for
PVM
(Parallel Virtual Machine).
-
ASTAR: an A* algorithm implemented in
Ocaml. The implementation uses priority queues and is generic and
quite efficient.
Useful links