Hello,
In my code I have used the command computeGradients
This is a pierce of my code:
computeGradients
foreach p [lsort -integer [getParamTags]] {
puts $gradDESfile "[sensNodeDisp 2 2 $p]"
puts "[sensNodeDisp 2 2 $p] "
}
My question is: Are the gradients obtained, normalized gradients or real gradients?
I need these gradientes for optimization.
Thanks on advance
computeGradients
Moderators: silvia, selimgunay, mhscott, Moderators
-
- Posts: 8
- Joined: Wed Aug 07, 2013 6:37 am
- Location: Logroño Spain
- Contact:
Re: computeGradients
They are real gradients, nor normalized in any way.
Re: computeGradients
i think real gradients