...
- GUI process
- best for small problems
- Analysis runs within the program (such as SAFE.exe)
- the benefit is it does less disk operations (I/O)
- the drawback is the program itself (such as SAFE.exe itself ) consumes memory, leaving less memory to analysis, slowing it down and preventing to run larger models
...