from ClonalG Immune Algorithm for Optimiation with Constraints by Djaghloul Mehdi
This algorithm deal with multimodal optimization problems under constraints.

F =fit_Fun(v)
function F =fit_Fun(v)
       
       
 F =  sqrt((v(1)^2 - 10 * v(2) + v(3))^2); 
       

Contact us at files@mathworks.com