freebsd-ports/devel/fga/pkg-plist
Stanislav Sedov 7e5111077b - Add port for devel/fga
FGA is a simple yet powerful implementation of a general genetic algorithm, and
provides many types of crossover and selection procedures.

It is suitable to solve mathematical problems such as combinatorical
optimization ones, as well as to build artificial life simulations.
2006-11-29 14:49:24 +00:00

12 lines
313 B
Text

bin/graph_gen
bin/maxbit_mt
bin/maxbit_st
bin/tsp
bin/tsp_bf
include/fga.hpp
%%PORTDOCS%%%%EXAMPLESDIR%%/graph_gen.cpp
%%PORTDOCS%%%%EXAMPLESDIR%%/maxbit_mt.cpp
%%PORTDOCS%%%%EXAMPLESDIR%%/maxbit_st.cpp
%%PORTDOCS%%%%EXAMPLESDIR%%/tsp.cpp
%%PORTDOCS%%%%EXAMPLESDIR%%/tsp_bf.cpp
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%