Apps112

Bees Algorithm Implementation - Download




About Bees Algorithm Implementation

Java Implementation of Bees Algorithm. It contains a BeesAlgoImpl class can extended to override the function "function" which is the objective function to be minimized. For eg, public class MyImpl extends BeesAlgoImpl {...

Java Implementation of Bees Algorithm. It contains a BeesAlgoImpl class can extended to override the function "function" which is the objective function to be minimized.

For eg,

public class MyImpl extends BeesAlgoImpl {
public double function(double[] x) {
//Min sigma Xi^2 or Max -sigma Xi^2
double result = 0;
for (int j = 0; j < var="">public field in BeesAlgoImpl class
result = result + (x[j]-1) * (x[j]-1);
}
return (-result);
}

//constructor
public MyImpl(){
//super( .... ) - set the no of variables, parameters n, m, e,
ngh, nep, nsp (look into the bees algo paper), no of iterations,
uperlimit and lower limit of search, integerize - search only integers
true or false
}

public static void main(String[] args){
MyImpl a = new MyImpl();
a.run();
int i=0;
a.optimalPoint[i]; //Xi of the optimal point
}
}



Previous Versions

Here you can find the changelog of Bees Algorithm Implementation since it was posted on our website on 2015-04-25 03:00:00. The latest version is and it was updated on 2026-06-20 02:53:15. See below the changes in each version.

Bees Algorithm Implementation version files
Updated At: 2010-05-28
Changes: Several fixes and updates
Bees Algorithm Implementation version
Updated At: 2010-05-28


Related Apps

Here you can find apps that are similar with Bees Algorithm Implementation.



Disclaimer

External Download


We do not host Bees Algorithm Implementation on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by the software publisher and passed their terms and conditions to be listed there. We recommend caution when installing it.

The external download link for Bees Algorithm Implementation is provided to you by apps112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.

If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of apps112.com contact us.

BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  2.4/5     8
Downloads: 114
Updated At: 2026-06-20 02:53:15
Publisher: biswajyoti2607
Operating System: Mac,windows,linux
License Type: Free