accuracy_estimation

Functions

accuracy_brute_force(ground_truth_file, ...)

Calculate and print mean squared error (MSE) for feasible and total points.

correct_feasible_and_infeasible(...)

Evaluate the feasibility of points.

extend_feasible_and_infeasible(...)

Extend the feasible and infeasible regions for visualization.

find_value_close2list(lst, voi)

Find the index and closest value in a list to a specified value.

get_heatmap_matrix(x_flex, y_flex, step_p, ...)

Generate a heatmap matrix based on provided coordinates.

get_inf_matrix(x_flex, y_flex, step_p, ...)

Generate the non-feasible space matrix based on provided data.

get_info_matrix(x_flex, y_flex, x_nflex, ...)

Get information for the case study "DFC Improving TSOs Flexibility Shift Selection".

info_options(x_flexible, x_non_flexible, ...)

This function plots and prints information for the case study 'DFC Improving TSOs Flexibility Shift Selection'.

loop_acc(ground_truth, conv_results, inf)

Calculate and return accuracy metrics for UC2 scenarios.

plot_results(ground_truth, conv_results, ...)

Generate a visualization of feasible and infeasible regions.

range_acc_case_study(net, settings, ...)

Run some simulations for range accuracy case study.