<div dir="ltr">Dear Scikit-learn enthusiasts and developers,<div><br></div><div>I am new in optimization and machine learning in general.</div><div>I am having a hard time. So I have an objective function</div><div>y = a*x**3 + b*x**2 + c*x + d</div><div><br></div><div>I have values for x and y and I would want to determine a,b, c,d using GA. </div><div>I am confused with number of inputs and number of population. </div><div>Should i match the population size with my number of inputs (x,y)?<br>For example, I have 100 sets of x, y. Should I also have 100 as population size?</div><div><br></div><div>Thank you.</div><div><br></div><div>Sincerely,</div><div>Ella </div></div>