Skip to content

Commit

Permalink
test on HS 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Sep 3, 2024
1 parent 8e0aec0 commit fb830f7
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[deps]
HetaSimulator = "630b40c4-2f38-41ff-bcb3-b2c7232fed0d"
Binary file modified diagnostics/heta-simulator/NoNP_67.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified diagnostics/heta-simulator/T_67.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified diagnostics/heta-simulator/U16c_61.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified diagnostics/heta-simulator/U16p_61.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions julia/fitted.heta
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,35 @@ koef_resp_K = 112.15012300261401;
koef_resp_L = 218.17608603011126;
koef_resp_R = 286.3562085906377;
w_B = 0.08310745645239273;
// FitResult by HetaSimulator, saved 2024-09-03 at 09:34:24
// status: :FTOL_REACHED, OF count: 1289, OF value: 6409.126604078823
sigma_K = 0.1970966398980915;
sigma_L = 0.20479578430571344;
sigma_S = 0.19801167587496613;
sigma_T = 0.15900584979138244;
sigma_U = 0.11851080755899916;
sigma_P = 0.11270534979693723;
Kp_K_D = 54.71517581969962;
Kp_R_D = 92.86466245720274;
Kp_L_D = 37.74662573036299;
Kp_S_D = 150.56640618779159;
Kp_T_D = 75.77594447429654;
Kp_U_D = 85.2646460124606;
PS_K_061 = 0.0008981100088951803;
PS_L_061 = 0.023107189990823243;
PS_R_061 = 0.05964901091747708;
PS_S_061 = 0.0023323520109514145;
PS_T_061 = 0.0012359692921161424;
PS_U_061 = 0.00012724307191597055;
Q_T_g = 2.3437441153184584;
bto_K = 0.08913994652573133;
bto_L = 0.124193538089243;
bto_S = 0.1404579107372531;
bto_T = 0.011137953805630593;
bto_U = 0.21374472644999054;
deg_resp = 2.2285171092928158;
kel_L_D = 3.567816712931524;
koef_resp_K = 110.62222842632818;
koef_resp_L = 212.11298487277926;
koef_resp_R = 276.9946311643657;
w_B = 0.08338084697439194;
2 changes: 1 addition & 1 deletion julia/run.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ to_fit = [
#:tar_S => 9.044673e-01,
:w_B => 8.138074e-02
]
# OFV: 2584 => 6410 (v0.4.15)
# OFV: 2584 => 6410 (v0.4.15) => 6409 (v0.6.0)
fit_res = fit(p, to_fit)

optim(fit_res)
Expand Down

0 comments on commit fb830f7

Please sign in to comment.