jameshughes89 / cs4XX-EvolutionaryComputation

CS 4XX: Evolutionary Computation
http://csci340.com/
GNU General Public License v3.0
6 stars 27 forks source link

:mortar_board: Topic n queens GA --- Explain the fitness function #81

Closed jameshughes89 closed 1 year ago

jameshughes89 commented 1 year ago

What

Explain the fitness function

Also change some var names in the code to help with understanding

Why

Although it is by no means complicated, it is not trivial. It's worth taking the time to understand it despite not being the point of the lecture.

Testing

:+1: