Calculate T0 for your hardware and programming language accroding to CEC

Standard code provided by Congress on Evolutionary Computation (CEC)
53 téléchargements
Mise à jour 23 mai 2016

Afficher la licence

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)

Citation pour cette source

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. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2011a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Verification, Validation, and Test dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0