-
Let's say I have the following model:
```
y = b0 + b1*x1 + b2*x2 + b3*x3 + b4*x4
```
and I assume that -b1=b3, b2=-b4.
Is there an option using "map=" to introduce such constraints, aka:
```
…
-
Hi all,
Many of you have reached out to me or @ChrisRackauckas about doing a GSoC related to NeuralPDE.jl, or PDE discretizers and we're both very happy to have you interested in these tools.
S…
-
In exploring this library, I am trying to define a very particular parameter space for an optimization problem and am wondering if/how it can be implemented? I'm trying to do BO Experimental Design, a…
-
We should probably have a canonical guide to installing dependencies on packaging.python.org, especially since [PEP 508](https://www.python.org/dev/peps/pep-0508/) has changed things like how to link …
-
What are the operational semantics of the following rust program:
```rust
extern "C"{
fn foo();
}
fn main(){
foo()
}
```
Two specific questions are asked here:
1. What is the beha…
-
Submitting Author: Jinning Wang (@jinningwang)
All current maintainers: @jinningwang
Package Name: AMS
One-Line Description of Package: Power system dispatch modeling and dispatch-dynamic co-simu…
-
I'm currently working on some updates to quasi-Newton direction update rules. Here are a few things to check/consider:
- [x] `QuasiNewtonCautiousDirectionUpdate` doesn't seem to use `θ` function anyw…
-
Like already issued in the "old" repository (https://github.com/Azure/azure-documentdb-node/issues/78) it would be a big improvement if the new library would support direct mode / tcp connection. The …
-
**_High Level Objective: 3D models should be easy to create, share and maintain_**
Current CDB is lacking as a transmittal format for models. Why?
- The 1.x specification forces models and thei…
-
### Purpose of this issue
Hi, in [GC-05-16 meeting](https:github.com/WebAssembly/meetings/blob/main/gc/2023/GC-05-16.md) we have introduced our idea of adding `struct.get_indirect` and `struct.set_…