Dateien nach "ILP" hochladen

This commit is contained in:
kilian 2026-05-28 14:04:21 +02:00
parent 659b8f715e
commit 1f71fc7bea

View File

@ -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 XH signals from 1H NMR spectra
#Vergleiche PCA, Binning (Größere Schwankungen zwischen den Methoden)