Transcription of Python code for Artificial Intelligence: Foundations of ...
{{id}} {{{paragraph}}}
1 Python code for ArtificialIntelligence: Foundations ofComputational AgentsDavid L. Poole and Alan K. MackworthVersion of August 20, David L Poole and Alan K Mackworth code is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike International License. See: document and all the code can be downloaded authors and publisher of this book have used their best efforts in prepar-ing this book. These efforts include the development, research and testing ofthe theories and programs to determine their effectiveness. The authors andpublisher make no warranty of any kind, expressed or implied, with regard tothese programs or the documentation contained in this book.
Python for Artificial Intelligence 1.1 Why Python? We use Python because Python programs can be close to pseudo-code. It is designed for humans to read. Python is reasonably efficient. Efficiency is usually not a problem for small examples. If your Python code is not efficient enough, a general procedure
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}