-
Hi, thank you for the amazing library!
I was wondering if minimizing with user-specified bounds, or algorithms like projected gradient descent are supported?
If not, what would be the best practi…
-
https://www.researchgate.net/publication/220201819_Mesh_Comparison_Using_Attribute_Deviation_Metric
-
### Background
The rise of web-based visualization tools has significantly impacted data interaction, especially in the biomedical sector. However, a major challenge persists: efficiently rendering v…
-
I played around with the `ILinearSolver` interface of the `sparse-matrices` branch. Here's an implemetation which comes with zero additional memory allocations (using a custom [LU](https://github.com/…
-
Done? See Erik Franklin's code.
Trial & error iterative approach to determine the optimal lr for a data set? How? Stop @ whole percentages?
Try OPTIM function & see http://r.789695.n4.nabble.com/O…
-
Title: EthereumClassic VM 2.0
Author: Dexaran, dexaran820@gmail.com
Status: Draft
Type: EVM
Created: 11-04.2017
Resolution: https://github.com/ethereum/EIPs/issues/48
# Abstract
This ECIP p…
-
Alex, first of all my gratitude to you. Your repo is some of the only places on the internet, where I can find some of this SFM stuff coded up from scratch in python.
I am specifically looking at you…
-
I get an error when not allocating `x` when I have multiple RHS.
```
A = Symmetric(rand(10,10))
b = rand(10,2)
cg(A,b) #Gives error because x is created as an vector
cg!(zeros(size(b)),A,b) #th…
lijas updated
2 years ago
-
```
This is a draft version of my PhD thesis
```
Original issue reported on code.google.com by `wayne.ha...@gmail.com` on 31 Aug 2013 at 4:40
-
Does MadNLP currently support using a lazy Jacobian and Jacobian transpose? It should be possible to use an iterative solver to solve the linear system which doesn't require forming the Jacobian matri…