How to make a move ordering system? #134
Replies: 3 comments 3 replies
-
You could use the OrderByDescending method. The way I'm doing it, I have a struct to contain a move and an associated evaluation.
Then I sort them like this:
|
Beta Was this translation helpful? Give feedback.
-
How do you measure the slowness? |
Beta Was this translation helpful? Give feedback.
-
Take a look at the CPW page for move ordering and The rustic page for move ordering |
Beta Was this translation helpful? Give feedback.
-
Well i understand that it has to guess which move is better but how do i make it sort faster? I tried to make function for ordering but it was soooo slow
Beta Was this translation helpful? Give feedback.
All reactions