Research Article

A Bio-Inspired Method for Engineering Design Optimization Inspired by Dingoes Hunting Strategies

Algorithm 1 Group attack procedure.
(1)Begin procedure
(2)Generate a random integer, named na, , answer the question: How many dingoes will attack?
(3)Generate k-index vector of random integers, with size na, k-index , answer the question: Which dingoes will attack?
(4)Generate the subset from Population using the k-index vector of positions, Population, are the dingoes that will attack
(5)Apply equation (7).
(6)Return the new positions of dingoes
(7)End procedure