jameshughes89 / cs4XX-EvolutionaryComputation

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

:bug: Fix the errors in the descirption of updation function for cultural algorithm #250

Closed lxy3300 closed 8 months ago

lxy3300 commented 8 months ago

What

In the description of the update function, the pseudo-code is partially incorrect.

Why

This error affects the understanding of the function.

Where

The pseudo-code for update function in the cultural-algorithms.rst file.

How

Change bound[2] to bound[3].

jameshughes89 commented 8 months ago

Your branch is out of date and you have some conflicts you need to resolve.

lxy3300 commented 8 months ago

Your branch is out of date and you have some conflicts you need to resolve.

Yes. I'm trying to fix it.

lxy3300 commented 8 months ago

I resolved it with a force push to my fork repo. I am not sure whether this is the right solution.