This paper proposes a novel metaheuristic Child Drawing Development Optimization (CDDO) algorithm inspired by the child's learning behaviour and cognitive development using the golden ratio to optimize the beauty behind their art. The golden ratio was first introduced by the famous mathematician Fibonacci. The ratio of two consecutive numbers in the Fibonacci sequence is similar, and it is called the golden ratio, which is prevalent in nature, art, architecture, and design. CDDO uses golden ratio and mimics cognitive learning and child's drawing development stages starting from the scribbling stage to the advanced pattern-based stage. Hand pressure width, length and golden ratio of the child's drawing are tuned to attain better results. This helps children with evolving, improving their intelligence and collectively achieving shared goals. CDDO shows superior performance in finding the global optimum solution for the optimization problems tested by 19 benchmark functions. Its results are evaluated against more than one state of art algorithms such as PSO, DE, WOA, GSA, and FEP. The performance of the CDDO is assessed, and the test result shows that CDDO is relatively competitive through scoring 2.8 ranks. This displays that the CDDO is outstandingly robust in exploring a new solution. Also, it reveals the competency of the algorithm to evade local minima as it covers promising regions extensively within the design space and exploits the best solution.
% Cite this article
%
%
clc;
clear;
close all;
%% Call Function
[output] = CCD(30, 'F1');
average = mean(output);
std_dev = std(output);
disp(['Average of Best Cost = ' num2str(average)]);
disp(['Standard Deviation of Best Cost = ' num2str(std_dev)]);
Abdulhameed, S., Rashid, T.A. Child Drawing Development Optimization Algorithm Based on Child Cognitive Development.
Arab J Sci Eng (2021).
部分理论引用网络文献,若有侵权联系博主删除。
本文发布于:2024-02-03 02:47:26,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/170689964748143.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |