Bees Algorithm Implementation



Publisher Description



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
}
}


About Bees Algorithm Implementation

Bees Algorithm Implementation is a free software published in the Other list of programs, part of System Utilities.

This program is available in English. It was last updated on 22 April, 2024. Bees Algorithm Implementation is compatible with the following operating systems: Linux, Mac, Windows.

The company that develops Bees Algorithm Implementation is biswajyoti2607. The latest version released by its developer is 1.0. This version was rated by 8 users of our site and has an average rating of 2.4.

The download we have available for Bees Algorithm Implementation has a file size of 22.47 KB. Just click the green Download button above to start the downloading process. The program is listed on our website since 2010-05-28 and was downloaded 112 times. We have already checked if the download link is safe, however for your own protection we recommend that you scan the downloaded software with your antivirus. Your antivirus may detect the Bees Algorithm Implementation as malware if the download link is broken.

How to install Bees Algorithm Implementation on your Windows device:

  • Click on the Download button on our website. This will start the download from the website of the developer.
  • Once the Bees Algorithm Implementation is downloaded click on it to start the setup process (assuming you are on a desktop computer).
  • When the installation is finished you should be able to see and run the program.



RELATED PROGRAMS
Our Recommendations






BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  2.4/5     8
Downloads: 112
Updated At: 2024-04-22
Publisher: biswajyoti2607
Operating System: Linux, Mac, Windows
License Type: Free