--- trunk/gadget/optinfo.h 2017/05/08 11:58:23 27 +++ trunk/gadget/optinfo.h 2017/07/05 12:08:06 28 @@ -527,12 +527,17 @@ * \brief inertia weight strategy (see PSO_W_*) */ int w_strategy; + + /** + * \brief This is the flag to denote whether the parameters should be scaled or not (default 0, not scale) + */ + int scale; - /** - * \brief seed for the generator - */ - long seed; +// /** +// * \brief seed for the generator +// */ +// long seed;