python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
OpenMDAO Dymos: How to run kinematic optimization with initial and final state values that depend on design variables?
The image above shows the kinematic optimization problem statement that I'm trying to implement. The initial and final state values are directly proportional to design variables.
And the following ar...
Jonathan Ryu
Votes: 0
Answers: 1
How to optimize with a function that decreases with time but increases with n?
There are slices of cake where the consumer gets a utility value log(1 + j)beta^(t - 1) value from it where j is the number of slices consumed each day and t is the number of days since t = 1. What wo...
Arron Starmer
Votes: 0
Answers: 1
Getting error - Error: bundle initial exceeded maximum budget. Budget 5.00 MB was not met by 6.05 MB with a total of 11.05 MB
I am facing an issue while deploying the code and I get
Warning: bundle initial exceeded maximum budget. Budget 2.00 MB was not met by 9.05 MB with a total of 11.05 MB.
Error: bundle initial exceed...
Sucheta Shrivastava
Votes: 0
Answers: 1
How is the feasibility checked in this step of Rosen's gradient method?
I know that feasibility can be checked by checking the value of the new objective function with the previous one and by taking the gradient ans direction. But I cannot understand what is used to find ...
VADeR
Votes: 0
Answers: 1