add SIA
This commit is contained in:
Binary file not shown.
@@ -117,7 +117,7 @@ class C_AO_BSA : public C_AO
|
|||||||
bool C_AO_BSA::Init (const double &rangeMinP [], //minimum search range
|
bool C_AO_BSA::Init (const double &rangeMinP [], //minimum search range
|
||||||
const double &rangeMaxP [], //maximum search range
|
const double &rangeMaxP [], //maximum search range
|
||||||
const double &rangeStepP [], //step search
|
const double &rangeStepP [], //step search
|
||||||
const int epochsP = 0) //number of epochs
|
const int epochsP = 0) //number of epochs
|
||||||
{
|
{
|
||||||
if (!StandardInit (rangeMinP, rangeMaxP, rangeStepP)) return false;
|
if (!StandardInit (rangeMinP, rangeMaxP, rangeStepP)) return false;
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -4,7 +4,7 @@ A list of implemented (+) optimization algorithms, (-) not included in the repos
|
|||||||
+P_O_ES ((P+O) evolution strategies)
|
+P_O_ES ((P+O) evolution strategies)
|
||||||
+SDSm (stochastic diffusion search M)
|
+SDSm (stochastic diffusion search M)
|
||||||
+ESG (evolution of social groups)
|
+ESG (evolution of social groups)
|
||||||
-SIA (simulated isotropic annealing)
|
+SIA (simulated isotropic annealing)
|
||||||
-DE (differential evolution)
|
-DE (differential evolution)
|
||||||
+BSA (bird swarm algorithm)
|
+BSA (bird swarm algorithm)
|
||||||
-HS (harmony search)
|
-HS (harmony search)
|
||||||
|
|||||||
Reference in New Issue
Block a user