Ella Wu

Results 54 issues of Ella Wu

# Description of feature Currently, the version of SLSQP provided is quite old, and suffers from several bugs that have been fixed elsewhere. See #301 for some discussion. Since SLSQP...

maintenance

# Description Dymos recently added a decorator in openmdao/dymos#570, which may be something we want to implement in pyOptSparse natively also. This could be useful for: - skipTest in pyOptSparse...

enhancement

# Description of feature The optimal design is stored in the solution object, but not in the history file (remember that the final iteration may not be the optimal solution)....

enhancement

# Description of feature The current setup is not very good---we use the same `Error` class for all exceptions, which means we cannot catch specific errors. Instead, we must resort...

# Description of feature I'm thinking something like ``` plotOpt --vars "feasibility" "optimality" --vars "cruise_drag" "maneuver_drag" --vars "twist" --output opt.png ``` which will generate a 3x1 stacked plot of these...

enhancement

## Description Check that the call counters are correct, even when using FD/CS etc. Also check that timings are set up correctly.

# Description ## Unit tests - [ ] test that the Solution object contains the right info - [x] `objectives` - [ ] `constraints` - [ ] `variables` - [...

## Description The current `str()` implementation can be improved: - objective value should not be initialized to zero. Instead should be `None` and a placeholder text should be shown -...

bug

## Description ### Steps to reproduce issue 1. Change `self.N` to 5000 in `test_large_sparse.py` 2. Run the IPOPT test ### Current behavior Optimization segfaults ### Expected behavior Optimization should complete...

bug

## Description _Describe the bug here_ ### Steps to reproduce issue 1. Run an optimization with SNOPT, and store the history 2. Call `getValues` without specifying `values`, and with `major=False`...

bug