yeongchuan88
- 4
- 0
chromosome = initialize_variables(pop,pro);
What is the meaning of this line ?
Thank you..
What is the meaning of this line ?
Thank you..
yeongchuan88 said:What is the difference between
function f = initialize_variables(N,problem)
and
function [f] = initialize_variables(N,problem)
Thank you !