how can i get a lower vector-field energy?
See original GitHub issueafter reconstructing a field from the velocities,
dyn.vf.VectorField(adata, basis='umap', M=1000, pot_curl_div=True, min_vel_corr=0.8, restart_num=500, cores=20 )
I observed a poor energy-decreasing pattern.
Are there any parameters I can tune to improve this energy behavior?
Issue Analytics
- State:
- Created a year ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Stress-energy tensor for a massive vector field
I am trying to work out the symmetric stress-energy tensor for a free massive vector field and show that it is conserved.
Read more >A topological lower bound for the energy of a unit vector field ...
For a unit vector field on a closed immersed Euclidean hypersurface. M2n+1, n ≥ 1, we exhibit a nontrivial lower bound for its...
Read more >Vector field - Wikipedia
In vector calculus and physics, a vector field is an assignment of a vector to each point in a subset of space. For...
Read more >(PDF) A topological lower bound for the energy of a unit vector ...
PDF | For a unit vector field on a closed immersed Euclidean hypersurface, we exhibit a nontrivial lower bound for its energy which...
Read more >A topological lower bound for the energy ... - Papers With Code
When the hypersurface is the unit sphere S 2 n + 1 , immersed with degree one, this lower bound corresponds to a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you, I found the “Effects of parameters in vector field reconstruction” part in your paper.
I tried these parameters: M, lambda_ and set MaxIter 5k~10k, and found:
Let me ask some additional questions:
Thank you again for your kind help
regarding the energy profile, generally it should decrease dramatically from the first iteration. My experience is that often times the default parameters works well and if you want more refined vector field, try increase basis function
M
to 500 or 100 as well as increase the maximal learning iterations,maxIter