Dateien nach "ILP" hochladen
This commit is contained in:
parent
659b8f715e
commit
1f71fc7bea
@ -1,4 +1,5 @@
|
||||
#Also ILP? Minimize distance becuse two vectors might be shifted to oneanother (high weight on height distance to keep same height)
|
||||
#Zu hohe Komplexität bei Skalierung
|
||||
import gurobipy as gp
|
||||
from gurobipy import GRB, Model, quicksum
|
||||
|
||||
@ -158,4 +159,4 @@ def build_model(name, nmrnode, nmrmeasured, excluded_support=None):
|
||||
#Maximize likelihood or minimize Deviation
|
||||
#Values for two spectra and optimize largest for both different?
|
||||
#Spectra in Nodes to allow maximize overlapp with both spectra or one spectra.
|
||||
#5.4.2 Eliminating X–H signals from 1H NMR spectra
|
||||
#Vergleiche PCA, Binning (Größere Schwankungen zwischen den Methoden)
|
||||
Loading…
x
Reference in New Issue
Block a user