hill-climbing
Lisp - modify A* to check for best cost, receive list of goal nodes
I am trying to modify an existing Hill-climb function, which takes two node names (such as A and E), and has an optional parameter which is used recursively (a queue). I\'m trying to define a function[详细]
2023-04-11 21:45 分类:问答Lisp - Hill Climbing
Ok I have a Lisp implementation of BFS that I am trying to convert to do a hill climbing search. Here is what my BFS code looks like:[详细]
2023-03-01 18:55 分类:问答Understanding Stochastic Hill Climber
I\'ve been trying to understand the stochastic hill climber for a while, bu开发者_如何转开发t not having any luck with it. I\'ve looked through a book on heuristics and got a pseudo code. I don\'t und[详细]
2023-02-19 17:56 分类:问答Simple hill climbing algorithm? [closed]
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.[详细]
2023-02-17 07:52 分类:问答Local optimums in Electric Fences
I\'m writing a solution for the Usaco problem \"Electric Fences\". In the problem you have to find the optimal location for a point among a large amount of linesegments, so the sum of point-linesegmen[详细]
2022-12-20 14:05 分类:问答