You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove the NeuralPDE maintainability and NeuralPDE parser projects, since those are part of a GSoC
* Add SymPy backend to Symbolics project
* Remove stale claims
* Remove BlackbloxOptimizationBenchmarking.jl project since it was completed by the author https://github.com/jonathanBieler/BlackBoxOptimizationBenchmarking.jl
NeuralPDE is a package for training Physics Informed Neural Networks (PINNs) uses a
186
-
symbolic representation for problems which are then lowered into generated code for
187
-
the user, fully automating the PINN experience. However, the previous formulation of the
188
-
codegen process used pre-built kernels that can be difficult to debug. The goal of this
189
-
project is to rewrite the loss function generator to instead generate a Symbolics.jl
190
-
expression, which can be analyzed an generate code through `build_function`.
191
-
192
-
**Information to Get Started**: A partial uncompleted pull request https://github.com/SciML/NeuralPDE.jl/pull/877 can be used as a starting point.
193
-
194
-
**Recommended Skills**: Basic (undergrad-level) knowledge of Physics Informed Neural
195
-
Networks, and symbolic computing.
195
+
**Recommended Skills**: Basic (undergrad-level) knowledge of calculus and Python
196
196
197
197
**Reviewers**: Chris Rackauckas
198
198
199
199
## Fix and Update the "Simple Handwritten PDEs as ODEs" Benchmark Set (\$200)
200
200
201
-
**In Progress**: Claimed by Jigyasu for the time period of February 23rd - March 24th.
202
-
203
201
The "Simple Handwritten PDEs as ODEs" benchmarks have been failing for awhile.
204
202
They need to be updated to the "new" linear solve syntax introduced in 2022.
205
203
When updated, these benchmarks should serve as a canonical development
@@ -231,8 +229,6 @@ PDE discretiations.
231
229
232
230
## SciMLBenchmarks Compatability Bump for Benchmark Sets (\100 each set)
233
231
234
-
**In Progress**: Both sets claimed by Param Umesh Thakkar for the time period of January 21st - February 21st. Extended from February 21st to March 21st. Extended due to the project's complexity and final refinements.
235
-
236
232
The [SciMLBenchmarks](https://github.com/SciML/SciMLBenchmarks.jl) are a large set of benchmarks maintained
237
233
by the SciML organization. As such, keeping these benchmarks up-to-date can be a time-consuming task.
238
234
In many cases, we can end up in a situation where there are many package bumps that need to happen. Sometimes
@@ -269,36 +265,7 @@ and any regressions should be identified with an issue opened in the appropriate
269
265
270
266
**Reviewers**: Chris Rackauckas
271
267
272
-
## Update BlackBoxOptimizationBenchmarking.jl to the Optimization.jl Interface and Add to SciMLBenchmarks (\$300)
0 commit comments