heuristics
how to programatically create a valid 15 puzzle in code
I\'ve built a 15 puzzle in JS but my random puzzle generation is creating instances of an unsolvable puzzle. This could be because I\'m not a Computer Science head, but I\'m not sure how to work out t[详细]
2023-04-12 05:31 分类:问答Heuristic function for astar
I need a good heuristic function for A star for the pen plotter/TSP, where each state of my system has:开发者_C百科[详细]
2023-04-06 19:09 分类:问答RANSAC variation: does an inlier membership probability distribution makes sense?
I\'m using RANSAC to fit a geometric model to a point cloud with outliers. I know, because of the generation process of the point cloud, that 99.9% of the inlier distances to my model are distributed[详细]
2023-04-02 07:26 分类:问答What is a good heuristic for determining the tab width used in a source file?
I would like to determine the tab width used in source files indented with spaces. This is not hard for files with particularly regular indentation, where the leading spaces are only used for indenta[详细]
2023-03-25 00:33 分类:问答Is there any "Hello World" example type basic tutorial for heuristics or Meta Heuristics or optimization techniques
I am trying hard but still i have not found a very basic tutorial from where i can start with Meta heuristics and optimization problems. I have seen many books but they are full of Maths. I know that[详细]
2023-03-22 21:12 分类:问答Optimise 3D placement of rooms?
Given a graph where the nodes represent 3x3x1 开发者_开发技巧rooms and the vertices represent a need for closeness. How should they be placed in 3D space to optimise overall closeness?[详细]
2023-03-19 18:10 分类:问答How do I design a heuristic for matching translated sentences?
Summary I am trying to design a heuristic for matching up sentences in a translation (from the original language to the translated language) and would like guidance and tips. Perhaps there is a heuri[详细]
2023-03-14 19:50 分类:问答How can I approach the Travelling Saleman Problem with multiple salesman?
Merged with Travelling Salesman with multiple salesmen?. I have a problem that has been effectively reduced to a Travelling Salesman Problem with multiple salesman. I have a list of cities[详细]
2023-03-10 03:14 分类:问答A Star Algorithm - Help on G and H part
I am having a bit of trouble getting the H and G to function properly. What is happening is when I run the program it sometimes finds the best path and sometimes goes way out of the way to get to the[详细]
2023-03-04 22:03 分类:问答While establishing Heuristics for usability testing,do you advise using your own heuristics or pre defined ones
I am conducting a usability study of medical content delivery systems and I was planning to use some heuristics present in a CHI paper for my Heuristic evaluation.However since the area of focus is sl[详细]
2023-03-01 08:39 分类:问答