From d1b7f8c489f1ed49774a6b1e5daf848d1ab37e47 Mon Sep 17 00:00:00 2001 From: Robert Lefringhausen Date: Thu, 23 May 2024 13:39:38 +0200 Subject: [PATCH] Fixed wrong function name in list_of_functions.md. --- Julia/docs/src/list_of_functions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Julia/docs/src/list_of_functions.md b/Julia/docs/src/list_of_functions.md index 05204ab..9015fe1 100644 --- a/Julia/docs/src/list_of_functions.md +++ b/Julia/docs/src/list_of_functions.md @@ -3,7 +3,7 @@ ```@docs particle_Gibbs(u_training, y_training, K, K_b, k_d, N, phi::Function, Lambda_Q, ell_Q, Q_init, V, A_init, x_init_dist, g, R; x_prim=nothing) solve_PG_OCP_Altro(PG_samples::Vector{PG_sample}, phi::Function, R, H, u_min, u_max, y_min, y_max, R_cost_diag; x_vec_0=nothing, v_vec=nothing, e_vec=nothing, u_init=nothing, K_pre_solve=0, active_constraints=nothing, opts=nothing, print_progress=true) -solve_PG_OCP_greedy_guarantees_Altro(PG_samples::Vector{PG_sample}, phi::Function, R, H, u_min, u_max, y_min, y_max, R_cost_diag, β; x_vec_0=nothing, v_vec=nothing, e_vec=nothing, u_init=nothing, K_pre_solve=0, opts=nothing, print_progress=true) +solve_PG_OCP_Altro_greedy_guarantees(PG_samples::Vector{PG_sample}, phi::Function, R, H, u_min, u_max, y_min, y_max, R_cost_diag, β; x_vec_0=nothing, v_vec=nothing, e_vec=nothing, u_init=nothing, K_pre_solve=0, opts=nothing, print_progress=true) solve_PG_OCP_Ipopt(PG_samples::Vector{PG_sample}, phi::Function, g::Function, R, H, J, h_scenario, h_u; J_u=false, x_vec_0=nothing, v_vec=nothing, e_vec=nothing, u_init=nothing, K_pre_solve=0, solver_opts=nothing, print_progress=true) solve_PG_OCP_Ipopt_greedy_guarantees(PG_samples::Vector{PG_sample}, phi::Function, g::Function, R, H, J, h_scenario, h_u, β; J_u=false, x_vec_0=nothing, v_vec=nothing, e_vec=nothing, u_init=nothing, K_pre_solve=0, solver_opts=nothing, print_progress=true) test_prediction(PG_samples::Vector{PG_sample}, phi::Function, g, R, k_n, u_test, y_test) @@ -12,4 +12,4 @@ plot_autocorrelation(PG_samples::Vector{PG_sample}; max_lag=0) epsilon(s::Int64, K::Int64, β::Float64) MNIW_sample(Phi, Psi, Sigma, V, Lambda_Q, ell_Q, T) systematic_resampling(W, N) -``` \ No newline at end of file +```