Ata-Va
Junior Member level 3
- Joined
- Jul 13, 2012
- Messages
- 27
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,505
Hello all,
I am developing a piece of code In Hspice that performs a kind of optimization task. The code includes certain parameters (m and w values) that keep changing constantly so as to satisfy the desired goals.
However, I’d like to introduce two constraints into the problem in order to take care of forcing “m” values to stay integer as well as computing “w” values by 2 decimal digits accuracy at once.
Any ideas are highly appreciated…
I am developing a piece of code In Hspice that performs a kind of optimization task. The code includes certain parameters (m and w values) that keep changing constantly so as to satisfy the desired goals.
However, I’d like to introduce two constraints into the problem in order to take care of forcing “m” values to stay integer as well as computing “w” values by 2 decimal digits accuracy at once.
Any ideas are highly appreciated…