aimacode / aima-csharp

C# implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
MIT License
175 stars 86 forks source link

Bug fixes #12

Closed levnach closed 1 year ago

levnach commented 4 years ago

I was experimenting with FOLBCAsk and fixed some bugs: there were bugs related to not initialized fields, method "List FOLNode.getArgs()" would return a null, printing would print just the name of a class etc. Some changes were caused by formatting.