Sumários

Introduction to Python

6 outubro 2016, 11:00 Rodrigo Ventura

I/O. Exceptions. Classes and objects. Iterators. Standard library.


Problem solving by search (cont)

6 outubro 2016, 09:30 Luís Manuel Marques Custódio

Classes of search strategies

Uninformed search strategies:

  • breadth-first search
  • uniform-cost search
  • depth-first search

Depth-first search variants:

  • Backtrack search


Problem solving by search (cont)

4 outubro 2016, 11:00 Luís Manuel Marques Custódio

Search problem examples

General search algorithm


Introduction to Python

29 setembro 2016, 11:00 Rodrigo Ventura

Control flow. Data structures. Modules. 


Intelligent Agents and Problem solving by search

29 setembro 2016, 09:30 Luís Manuel Marques Custódio

  • Structures of Intelligent agents:

    • perception-action table 
    • reflex agent
    • model-based agent
    • goal-based agent
    • utility-based agent
    • learning agent

Introduction to problem solving

Elements of a search problem