Comment by erichocean 3 days ago > that we mitigate with smarter searchaka "a heuristic" 3 comments erichocean Reply jakestevens2 3 days ago See my other comments about static profiling of kernels. There are ways of improving the search that keep runtime at the heart of it. jafioti 3 days ago mcts / rl isn't really a heuristic. but yes heuristics can be used temporarily to keep the search space small, and removed over time as the search algorithm improves. gregorygoc 3 days ago Exactly, I was going to ask about this bit…
jakestevens2 3 days ago See my other comments about static profiling of kernels. There are ways of improving the search that keep runtime at the heart of it.
jafioti 3 days ago mcts / rl isn't really a heuristic. but yes heuristics can be used temporarily to keep the search space small, and removed over time as the search algorithm improves.
See my other comments about static profiling of kernels. There are ways of improving the search that keep runtime at the heart of it.
mcts / rl isn't really a heuristic. but yes heuristics can be used temporarily to keep the search space small, and removed over time as the search algorithm improves.
Exactly, I was going to ask about this bit…