heuristics
Manhattan Heuristic function for A-star (A*)
I found this algorithm here. I have a problem, I cant seem to understand how to set up and pass my heuristic function.[详细]
2023-02-01 09:09 分类:问答Anomaly Detection Algorithms
I am tasked with detecting anomalies (known or开发者_运维问答 unknown) usingmachine-learning algorithms from data in various formats - e.g. emails, IMs etc.[详细]
2023-01-28 22:12 分类:问答How to use the A* path finding algorithm on a grid less 2D plane?
How can I implement the A* algorithm on a gridless 2D plane with no nodes or cells? I need the object to maneuver around a relatively high number of static and moving obstacles in the way of the goal.[详细]
2023-01-23 04:58 分类:问答Letting the code try different things until it succeeds, neatly
This is the second time I found myself writing this kind of code, and decided that there must be a more readable way to accomplish this:[详细]
2023-01-22 20:32 分类:问答Is the Minimax's evaluation function an Heuristic function?
Is the Minimax\'s evaluation function an Heuristic f开发者_如何学JAVAunction?Minimax is an algorithm to determine best next move according to an estimation of a given state.[详细]
2023-01-20 15:03 分类:问答Determine if a URL is in the header/footer of a web page given URL, page DOM, parent URL and other page URLs
Given a URL, the URL of the webpage that first URL is on, the DOM of the webpage, and a li开发者_如何学JAVAst of the rest of the URLs on the webpage how can I reliably determine if the URL is in the h[详细]
2023-01-08 17:13 分类:问答Pacman: how do the eyes find their way back to the monster hole?
I found a lot of references to the AI of the ghosts in Pacman, but none of them mentioned how the eyes find their way back to the central ghost hole after a ghost is eaten by Pacman.[详细]
2023-01-05 09:35 分类:问答Where are strings more useful than a StringBuilder?
Lot of questions has been already asked about the differences between string and string builder and most of the people suggest that string builder is faster than string. I am curious to know if string[详细]
2023-01-04 11:13 分类:问答Is there anything for Python that is like readability.js?
I\'m looking for a package / module / function etc. that is approximately the Python equivalent of Arc90\'s readability.js[详细]
2023-01-01 20:08 分类:问答Number of simple mutations to change one string to another?
I\'m sure you\'ve all heard of the \"Word game\", where you try to change one word to another by changing one letter at a time, and only going through valid English words.I\'m trying to implement an A[详细]
2022-12-30 01:13 分类:问答
加载中,请稍侯......