Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paper experiment results #62

Merged
merged 37 commits into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
d4011ff
dev
hzyu17 May 6, 2024
d221a2c
update
hzyu17 May 28, 2024
bfccc7f
reproduce map2 sparse gh
hzyu17 May 29, 2024
d8c516c
update
hzyu17 May 29, 2024
dfd9a38
parameters exp
hzyu17 Jun 3, 2024
734e9ab
update
hzyu17 Jun 3, 2024
ace2669
omp
hzyu17 Jun 6, 2024
3542ba2
update GaussianVI main optimize()
hzyu17 Jun 6, 2024
7bf6274
Merge branch 'paper_experiment_results' of github.com:hzyu17/VIMP int…
hzyu17 Jun 6, 2024
4d508cb
update temperature and linesearch
hzyu17 Jun 7, 2024
dbc5ce1
update submodule to a new commit
hzyu17 Jun 7, 2024
cc53e4f
updated 2d pr exp definitions and readme on map
hzyu17 Jun 7, 2024
822f170
update for paper result branch
hzyu17 Jun 17, 2024
a47f095
update
hzyu17 Jun 17, 2024
7cd4218
update
hzyu17 Jun 17, 2024
fe2da1b
update
hzyu17 Jun 17, 2024
37cc918
update
hzyu17 Jun 17, 2024
874a74e
update gh quadratures
hzyu17 Jun 17, 2024
bfa9d04
pr 2d 4 cases
hzyu17 Jun 19, 2024
38ab370
wam 2 examples
hzyu17 Jun 20, 2024
9838e1f
wam 2 examples
hzyu17 Jun 20, 2024
dc91210
for computation time comparison
hzyu17 Jun 20, 2024
39befd6
update submodule GaussianVI
hzyu17 Jun 21, 2024
7dad279
computation time 7d arm
hzyu17 Jun 21, 2024
c9564ca
Merge branch 'paper_experiment_results' of github.com:hzyu17/VIMP int…
hzyu17 Jun 21, 2024
0b9e647
computation time priors
hzyu17 Jun 22, 2024
b2f7745
pquad gif
hzyu17 Jun 29, 2024
50519a4
readme
hzyu17 Jun 29, 2024
68db7ac
pquad exp
hzyu17 Jun 29, 2024
ab57177
update pquad
hzyu17 Jun 30, 2024
4a80951
update pquad
hzyu17 Jun 30, 2024
25be011
update readme
hzyu17 Jul 2, 2024
7480ec0
update readme
hzyu17 Jul 2, 2024
77399a6
update readme
hzyu17 Jul 2, 2024
ffb4c5f
update readme
hzyu17 Jul 2, 2024
c7cb5d2
update readme
hzyu17 Jul 2, 2024
4f5a698
merge
hzyu17 Jul 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
for computation time comparison
  • Loading branch information
hzyu17 committed Jun 20, 2024
commit dc91210a3997b0263c929f6c69636b2bacb9d4a3
23 changes: 12 additions & 11 deletions matlab_helpers/PGCS-examples/WAM/compare_computation_time.m
Original file line number Diff line number Diff line change
Expand Up @@ -62,24 +62,25 @@
close all
clc
% ------------- parameters -------------
total_time = 4.0;
n_states = 20;
total_time = 2.0;
n_states = 30;
GH_deg = 3;
coeff_Qc = 1.0;
sig_obs = 0.02;
sig_obs = 21.0;
eps_sdf = 0.2;
radius = 0.0;
step_size = 0.7;
init_precision_factor = 1e4;
boundary_penalties = 1e4;
temperature = 0.01;
high_temperature = 0.5;
radius = 0.01;
step_size = 0.45;
init_precision_factor = 10000.0;
boundary_penalties = 10000.0;
temperature = 0.5;
high_temperature = 5.0;
low_temp_iterations = 20;
stop_err = 1e-5;
num_iter = 30;
max_n_backtracking = 20;
max_n_backtracking = 5;
sdf_file = '/home/hzyu/git/VIMP/vimp/maps/WAM/WAMDeskDataset.bin';

executable = '/home/hzyu/git/VIMP/build/src/gvimp/gvi_WAMArm';
executable = '/home/hzyu/git/VIMP/build/src/gvimp/gvi_WAMArm_spgh';

%% ================= 1st experiment =================
i_exp = 1;
Expand Down
8 changes: 4 additions & 4 deletions vimp/configs/vimp/sparse_gh/wam_map1_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<sdf_file>/home/hzyu/git/VIMP/vimp/maps/WAM/WAMDeskDataset.bin</sdf_file>
</Commons>

<!-- <Experiment1>
<Experiment1>
<start_pos>
<1>-0.8</1>
<2>-1.70</2>
Expand All @@ -42,9 +42,9 @@

<saving_prefix>matlab_helpers/GVIMP-examples/WAM/sparse_gh/case1/</saving_prefix>

</Experiment1> -->
</Experiment1>

<Experiment1>
<!-- <Experiment2>
<start_pos>
<1>-0.9</1>
<2>-1.70</2>
Expand All @@ -69,4 +69,4 @@
<high_temperature>8.0</high_temperature>
<saving_prefix>matlab_helpers/GVIMP-examples/WAM/sparse_gh/case2/</saving_prefix>

</Experiment1>
</Experiment2> -->
Binary file not shown.