Skip to content

Conversation

@Rishav159
Copy link
Contributor

-This removes the unnecessary code for applying fill from the Hill Climbing Search Diagram
-Adds visualization for Simulated Annealing. The animation has a slider with decreasing temperature automatically. The reader can also observe the behavior of the algorithm at a particular temperature by holding on to that value on the slider.

// If background already exists,
// then clear it
if(background != null)
two.remove(background);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you still using Two.js here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No I am not. The deleted part is from the past implementation.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, silly me, I misread the diff :)

@Rishav159 Rishav159 force-pushed the SA branch 2 times, most recently from 2e4a2e6 to 1a46b98 Compare June 10, 2017 14:22
@redblobgames redblobgames merged commit f44dc39 into aimacode:master Jun 11, 2017
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.

2 participants