Calculate T0 for your hardware and programming language accroding to CEC

Standard code provided by Congress on Evolutionary Computation (CEC)
ダウンロード: 53
更新 2016/5/23

ライセンスの表示

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)

引用

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. 取得済み .

MATLAB リリースの互換性
作成: R2011a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersVerification, Validation, and Test についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0