1 /* ///////////////////////////////////////////////////////////////////////
7 * Brief: The The Genetic Algoritm for Function Optimization Library
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
13 #ifndef EXTL_INTELLIGENCE_GA_FOPTI_H
14 #define EXTL_INTELLIGENCE_GA_FOPTI_H
17 # error fopti.h need be supported by c++.
20 /* ///////////////////////////////////////////////////////////////////////
23 #ifdef EXTL_FOPTI_GA_SUPPORT
24 # include "fopti_ga.h"
25 # include "fopti_uga.h"
28 /* //////////////////////////////////////////////////////////////////// */
29 #endif /* EXTL_INTELLIGENCE_GA_FOPTI_H */
30 /* //////////////////////////////////////////////////////////////////// */