Calculate T0 for your hardware and programming language accroding to CEC

Standard code provided by Congress on Evolutionary Computation (CEC)
53 descargas
Actualizado 23 may 2016

Ver licencia

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)

Citar como

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. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2011a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Verification, Validation, and Test en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0