-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path1-ReadMe.txt
executable file
·57 lines (39 loc) · 1.74 KB
/
1-ReadMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
Open BEAGLE
Copyright (C) 1999-2009
by Christian Gagne <[email protected]>
and Marc Parizeau <[email protected]>
+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
ABOUT
=====
Open BEAGLE is a versatile C++ evolutionary computation framework.
It provides a software environment to do any kind of EC, with a
fully-featured support for genetic programming and vector-based
evolutionary algorithms such genetic algorithms and evolution
strategies.
INSTRUCTIONS TO BUILD THE FRAMEWORK
===================================
New build system of Open BEAGLE is based on CMake. For building it,
follow usual CMake method by running CMake command-line or GUI using
as source directory the main directory of the archive. CMake will
generate the appropriate build system according to the generator
selected.
There are several important CMake variables that you may which
to set. The most important being:
- PACC_DIR: Setting path where an installation of PACC can be
found (default: /usr/local).
- CMAKE_BUILD_TYPE: Type of build made, with possible values being
Debug or Release (default: Debug).
- CMAKE_INSTALL_PREFIX: Where the library is installed
(default: /usr/local).
GETTING STARTED
===============
You can experiment with the different examples provided in folder
'examples'. The ReadMe.txt files of these examples explain
how to build them, The usage of the example binaries is provided by
executing them with the command-line argument '-OBusage'.
Detailed help is also provided with argument '-OBhelp'.
DOCUMENTATIONS
==============
Consult the Open BEAGLE web page (http://beagle.gel.ulaval.ca)
to get all the necessary documents to use this framework.