Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed return type of simulated annealing #40

Closed
wants to merge 1 commit into from
Closed

changed return type of simulated annealing #40

wants to merge 1 commit into from

Conversation

kaivalyar
Copy link

The function header declares a return type of state, however a node was being returned. This fixes the return type to state.

@ctjoreilly
Copy link
Collaborator

This looks to be correct. However, the issue is in the not to be changed AIMA3e version of the pseudocode. I would recommend submitting an issue indicating it should be addressed in the aima4e version of the pseudocode.

Thanks

Ciaran

@ctjoreilly ctjoreilly closed this Mar 19, 2017
@kaivalyar
Copy link
Author

@ctjoreilly I am sorry I was unfamiliar with the workflow. I got confused because of the README stating that the 4th edition algorithms would be updated here. Is there a separate branch I should contribute to, yet, or should I just open an issue for now?

Thanks.

@ctjoreilly
Copy link
Collaborator

ctjoreilly commented Mar 20, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants