7e5111077b
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.
12 lines
313 B
Text
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%%
|