Replies: 8 comments
-
A gist for a scipy-nlopt comparison test. The problem specified here is possibly multimodal. Passes with scipy 1.4.1 and nlopt 2.7.0 but fails with scipy 1.5.3. Unable to test with newer scipy version as of writing because of other dependencies https://gist.github.com/je-cook/f513865a5fce5fcdf88d6d89321deb7b |
Beta Was this translation helpful? Give feedback.
-
A gist for a bad direction cosine matrix: https://gist.github.com/CoronelBuendia/75ada288579cb7f59eac67c2511bd55b |
Beta Was this translation helpful? Give feedback.
-
A gist for the BLUEPRINT structural solver: https://gist.github.com/CoronelBuendia/6194c38bab5896939e400a6fb34890bb |
Beta Was this translation helpful? Give feedback.
-
A gist for the BLUEPRINT TF coil structure optimiser: https://gist.github.com/CoronelBuendia/2490b3c59d6034f3aa9e52c8c06500e7 |
Beta Was this translation helpful? Give feedback.
-
GS operator (or general) single function profiling: https://gist.github.com/je-cook/54d4a13b6f26afa03adf9dcf339a9fe0 |
Beta Was this translation helpful? Give feedback.
-
A gist for a FE material matrix that I can't remember how or why I made: |
Beta Was this translation helpful? Give feedback.
-
A gist for finding the local minima of an array. Can find plateau's too. As discussed in #1487 not currently needed https://gist.github.com/je-cook/7353bcf2e8f62684cdb31bf8cc7f8663 |
Beta Was this translation helpful? Give feedback.
-
A gist for comparison of approaches to calculating the maximum self-field in a solenoid |
Beta Was this translation helpful? Give feedback.
-
This discussion is contains links to gists for code that doesn't need to live in the main repo
Beta Was this translation helpful? Give feedback.
All reactions