Hacker News new | ask | show | jobs
by SnowflakeOnIce 849 days ago
How would one go about proving that a learned heuristic (something from an AI model) is in fact admissible?
1 comments

For something like focal search, it doesn't even need admissibility, you just apply it as a second selection heuristic among the choices your admissable heuristic returns as 'top k' choices.
So a tiebreaker then?