-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
184 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
--- | ||
tags: | ||
- Ottimizzazione | ||
--- | ||
|
||
# Programmazione Lineare | ||
|
||
|
||
![[Problemi di Ottimizzazione]] | ||
|
||
![[Metodo Grafico per la programmazione Lineare]] | ||
|
||
![[Geometria della programmazione lineare]] | ||
|
||
![[Algebra della programmazione lineare]] | ||
|
||
![[Metodo del Simplesso]] | ||
|
||
![[Convergenza del Metodo]] | ||
|
||
![[Metodo delle Due Fasi]] | ||
|
||
![[Dualità]] | ||
|
||
![[Tabella Primale Duale]] | ||
|
||
![[Scarti Complementari]] | ||
|
||
![[Simplesso Duale]] | ||
|
||
--- | ||
# Programmazione Lineare Intera | ||
|
||
|
||
![[Problemi di Ottimizzazione Lineare Intera]] | ||
|
||
![[Problema del trasporto]] | ||
|
||
![[Problema dell'assegnamento]] | ||
|
||
![[Metodo dei piani di taglio]] | ||
|
||
![[Metodo dei Tagli di Gomory]] | ||
|
||
![[Metodo del Branch and Bound]] | ||
|
||
![[Problema dello Zaino]] | ||
|
||
![[Problema dell'assegnamento]] | ||
|
||
![[Algoritmo Ungherese]] | ||
|
||
![[Problema del Commesso viaggiatore]] | ||
|
||
--- | ||
# Programmazione Non Lineare | ||
|
||
|
||
![[Programmazione Non Lineare]] | ||
|
||
![[Condizioni di Ottimalità]] | ||
|
||
![[Condizioni KKT]] | ||
|
||
![[Schema Condizioni Ottimalità]] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
tags: | ||
- Ottimizzazione | ||
- Ottimizzazione/PNL | ||
--- | ||
# Programmazione non lineare | ||
|
||
Nei problemi di ottimizzazione non lineare la funzione obiettivo e/o le funzioni dei vincoli sono non lineari. | ||
Esistono alcuni problemi non lineari che possono essere trasformati in problemi lineari | ||
|
||
In generale però, i problemi non lineari restano tali e si affrontano con determinati metodi. | ||
Possono essere di due tipi: | ||
|
||
- Se $X = \mathbb{R}^n$ il problema si dice non vincolato. | ||
- Se $X= \{ x \in \mathbb{R}^n:g_{i}(x)\leq 0,\ i=1,\dots,m;h_{j}(x)=0, j=1,\dots,p \}$ Il problema si dice vincolato: | ||
|
||
|
||
|
||
Si pone sempre $p\leq n$, altrimenti l'insieme potrebbe risultare vuoto, oppure potrebbero esserci vincoli ridondanti. | ||
|
||
|
||
I problemi non vincolati sono problemi in cui effettivamente l’insieme ammissibili coincide con tutto lo spazio. | ||
|
||
Nelle applicazioni sono considerati non vincolati i problemi con insieme ammissibile aperto. | ||
|
||
In tal caso infatti i punti di ottimo sono interni e possono essere caratterizzati solo dall’andamento della funzione obiettivo. | ||
|
||
## Problemi non vincolati | ||
|
||
Sia dato un problema di PNL non vincolata: | ||
|
||
$$ | ||
\begin{align} | ||
min f(x) \\ | ||
x \in \mathbb{R}^n | ||
\end{align} | ||
$$ | ||
|
||
Una soluzione locale $x^\star$ deve soddisfare una condizione necessaria di ottimalità. Si osserva che i punti che soddisfano una condizione necessaria di ottimalità non sono forzatamente soluzioni del problema: potrebbero ad esempio essere di max e non di minimo | ||
|
||
![[Condizioni di Ottimalità]] | ||
|
||
## Problemi con vincoli di uguaglianza e disuguaglianza | ||
|
||
## Regolarità dei vincoli | ||
|
||
![[Condizioni KKT]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
tags: | ||
- Ottimizzazione | ||
- Ottimizzazione/PNL | ||
--- | ||
![[Pasted image 20240214193341.png]] | ||
|
||
da sostituire |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters