문제

I want to build a game tree for nine men's morris game. I want to apply minimax algorithm on the tree for doing node evaluations. Minimax uses DFS to evaluate nodes. So should I build the tree first upto a given depth and then apply minimax or can the process of building the tree and evaluation occur together in recursive minimax DFS?

Thank you Arvind

도움이 되었습니까?

해결책

You could take a look at iterative deepening depth first search.

다른 팁

기본적으로 부모 사이트에서 허가를 상속받은 하위 사이트입니다.

하위 사이트 I.E SUB_SUBSITE1의 사이트 권한 -> 사이트 설정 -> SUB_SUBSITE1 로 이동할 수 있습니다.

를 클릭하고 허가를 멈추고 해당 사이트에 사용자를 추가하십시오. 또한 상위 사이트에서 사용자를 제거하십시오.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top