Procedures

ProcedureLocationProcedure TypeDescription
check_hprparams optmod Subroutine

Subroutine for checking which hyper parameters were informed by the user.

Read more…
check_status optmod Subroutine

Subroutine for handling file reading errors.

Read more…
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 value_str is the output string containing the x and y values.

GD optmod Subroutine

GRADIENT DESCENT

Read more…
handle_hyp_file optmod Subroutine

Subroutine for handling the method's hyper parameters.

Read more…
handle_main_file optmod Subroutine

Subroutine for handling the optimization runs.

Read more…
call~~graph~~CallGraph proc~check_hprparams check_hprparams proc~check_status check_status proc~dfn_dx dfn_dx proc~fn fn proc~format_data format_data proc~gd GD proc~gd->proc~dfn_dx proc~gd->proc~fn proc~gd->proc~format_data proc~handle_hyp_file handle_hyp_file proc~gd->proc~handle_hyp_file proc~handle_hyp_file->proc~check_hprparams proc~handle_hyp_file->proc~check_status proc~handle_main_file handle_main_file proc~handle_main_file->proc~check_status proc~handle_main_file->proc~gd program~main main program~main->proc~handle_main_file
Help