hill-climbing

Hill climbing algorithm with steps proportional to derivative?

Hill climbing algorithm with steps proportional to derivative? Question: I am writing a hill climbing algorithm where I want the step size to be proportional to the local derivative/gradient at a specific point. However, the algorithm seems to get stuck in a trough that I can’t really understand, for example given a starting point at …

Total answers: 1