| Procedure | Location | Procedure Type | Description |
|---|---|---|---|
| check_hprparams | optmod | Subroutine | Subroutine for checking which hyper parameters were informed by the user. |
| check_status | optmod | Subroutine | Subroutine for handling file reading errors. |
| dfn_dx | funcmod | Function | Objective function's derivative |
| fn | funcmod | Function | Objective function |
| format_data | optmod | Subroutine | Small function for formatting data according to a format string.
Argument |
| GD | optmod | Subroutine | GRADIENT DESCENT |
| handle_hyp_file | optmod | Subroutine | Subroutine for handling the method's hyper parameters. |
| handle_main_file | optmod | Subroutine | Subroutine for handling the optimization runs. |