Table Of Contents
Table Of Contents

validation

from inet.test

This module provides functionality for validation testing of multiple simulations.

The main function is run_validation_tests(). It allows running multiple validation tests matching the provided filter criteria. Validation tests check simulations results against analytical model results, often cited in research papers, or simulation results of models created for other simulation frameworks.

Functions

get_validation_test_tasks

Returns multiple validation test tasks matching the provided filter criteria.

run_validation_tests

Runs one or more validation tests that match the provided filter criteria.