Calculate T0 for your hardware and programming language accroding to CEC

Standard code provided by Congress on Evolutionary Computation (CEC)
53 Downloads
Aktualisiert 23 Mai 2016

Lizenz anzeigen

This is the standard code provided by Congress on Evolutionary Computation (CEC) in order to provide the computational time based on the hardware and programming language used for an algorithm.
Test program generates T0 for evaluating the complexity of an algorithm. T0 is used to estimate the power of your machine and the language you are coding in. Usually you calculate T1 based on the performance of your algorithm and comparing T1 to T0 makes the results independent from the CPU power and the language.
% This technique has been used in CEC competitions. For instance take look at this reference:
"Problem Definition and Evaluation Criteria for the CEC 2013 Special Session on real-parameter optimization"
Input:
n: is the number of time the test is repeated and then the result is
averaged. Using n=100 is sufficient.
Example:
T0 = MachineTimeTest(100)

Zitieren als

Reza Ahmadzadeh (2024). Calculate T0 for your hardware and programming language accroding to CEC (https://www.mathworks.com/matlabcentral/fileexchange/57296-calculate-t0-for-your-hardware-and-programming-language-accroding-to-cec), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2011a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Verification, Validation, and Test finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0