Interval Analysis

Gitlab repository https://gitlab.u-angers.fr/cours/interval_analysis_student

INTERVAL ANALYSIS - Master SDS course

Planning of the course

TD0 : Intervals and interval arythmetics

Complete the Interval class (interval/interval.py)

Implements the interval functions (interval/ifunctions.py).

Note that the files interval.py and ifunctions.py will be used for all the other exercises and completed step by step. No need to implements all the functions at once.

TD1 : Function evaluation

Complete the file TD1/work2do.py

Here is the expected result :

TD1 expected results

TD2 : SIVIA

Complete the file TD2/work2do.py

Here is the expected result :

TD2 expected results

TD3 : Contractors

Complete the file TD3/work2do.py

Here is the expected result :

TD3 expected results

TD4 : Distance contractor

Complete the file TD4/work2do.py

Here is the expected result :

TD4 expected results

TD5 : SIVIA + Contractors

Complete the file TD5/work2do.py

Here is the expected result :

TD5 expected results

TD6 : Mobile robot localization

The introduction to that TD is in TD6_documents/localization.pdf

Complete the file TD6/work2do.py