This commit is contained in:
JQSakaJoo
2024-04-20 16:27:17 +05:00
parent 89b910233a
commit 212a95566f
4 changed files with 2 additions and 2 deletions
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
const double &rangeMaxP [], //maximum search range
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;
+1 -1
View File
@@ -4,7 +4,7 @@ A list of implemented (+) optimization algorithms, (-) not included in the repos
+P_O_ES ((P+O) evolution strategies)
+SDSm (stochastic diffusion search M)
+ESG (evolution of social groups)
-SIA (simulated isotropic annealing)
+SIA (simulated isotropic annealing)
-DE (differential evolution)
+BSA (bird swarm algorithm)
-HS (harmony search)