aimacode / aima-pseudocode

Pseudocode descriptions of the algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
Other
868 stars 421 forks source link

Is SMA* available? #100

Open NightMachinery opened 2 years ago

NightMachinery commented 2 years ago

Section 5.5.5 of the fourth edition mentions that SMA* is available:

The complete algorithm is described in the online code repository accompanying this book. There is one subtlety worth mentioning. We said that SMA∗ expands the best leaf and deletes the worst leaf. 

But I can’t find it.