MCPcopy Create free account
hub / github.com/lazyprogrammer/machine_learning_examples / visualize_hill_climbing.py

File visualize_hill_climbing.py

rl3v2/visualize_hill_climbing.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import numpy as np
2import matplotlib.pyplot as plt
3
4# Objective function to minimize (you can change this)

Callers

nothing calls this directly

Calls 2

hill_climbFunction · 0.85
visualize_esFunction · 0.70

Tested by

no test coverage detected