priority sampling circle set based on the path obtained from each update
parallel rewiring process
adaptive step size expansion
How to use it :
We provide the following four options :
prior_circle_set_r : suggest 5.0 to 15.0
In the figure below, blue circles C1~C7 are sampled first, and this value controls the radius of the circle
step_extend_d : increased distance of adaptive extend step size, we suggest the value between half and one times sample_max_d.
rewire_threads_num : number of threads used to accelerate rewire process
t_distr_freedom : choose your algorithm more aggressive or conservative in optimizing. If the value is relatively small, the algorithm will be more conservative and exploratory, but at the same time, the degree of optimization may decrease.
Added the following items :
How to use it : We provide the following four options :
prior_circle_set_r
: suggest 5.0 to 15.0 In the figure below, blue circles C1~C7 are sampled first, and this value controls the radius of the circlestep_extend_d
: increased distance of adaptive extend step size, we suggest the value between half and one times sample_max_d.rewire_threads_num
: number of threads used to accelerate rewire processt_distr_freedom
: choose your algorithm more aggressive or conservative in optimizing. If the value is relatively small, the algorithm will be more conservative and exploratory, but at the same time, the degree of optimization may decrease.