博客
关于我
中科大-凸优化 笔记(lec1)-综述、简介优化问题
阅读量:315 次
发布时间:2019-03-04

本文共 788 字,大约阅读时间需要 2 分钟。

????????????????????????????????????????

$$\min_{x} f_0(x) \quad \text{subject to} \quad f_i(x) \leq b_i, \quad i = 1, \dots, m$$
???$x$??????$f_0(x)$??????$f_i(x)$??????$b_i$?????????$x^$?????????$z$???$f_0(z) \geq f_0(x^)$?

?????????????????????????????????????????????????$n$????$(x_i, y_i)$?????$a$?$b$?$c$?????$y = ax^2 + bx + c$?????????????????????

$$\min_{a,b,c} \sum_{i=1}^n \epsilon_i^2$$
???$\epsilon_i = y_i - (ax_i^2 + bx_i + c)$?

????????????????????????????????????????????????????$s$?????$d$????????????????????????????

$$\min_{x_{ij}} \sum_{(i,j) \in E} w_{ij}x_{ij} \quad \text{subject to} \quad \sum_{j}x_{ij} - \sum_{j}x_{ji} = \begin{cases}1, & i = s \-1, & i = d \0, & \text{otherwise}\end{cases}$$
???$x_{ij}$???????$(i,j)$?$w_{ij}$?????????$x_{ij}$?0?1????????????

转载地址:http://mvpq.baihongyu.com/

你可能感兴趣的文章
python 复习计划
查看>>
Python 多处理 apply_async 永远不会在 Windows 7 上返回结果
查看>>
Python 多处理 Numpy 随机
查看>>
Python 多处理 >= 125 列表永远不会完成
查看>>
Python 多处理:在第一个子错误时中止映射
查看>>
Python 多处理不断产生 pythonw.exe 进程而不做任何实际工作
查看>>
Python 多处理从不加入
查看>>
Python 多处理如何优雅地退出?
查看>>
Python 多处理将子进程的标准输出重定向到 Tkinter 文本
查看>>
Python 多处理库错误(AttributeError:__exit__)
查看>>
Python 多处理模块的 .join() 方法到底在做什么?
查看>>
python 多线程与GIL
查看>>
Python 多线程学习(转)
查看>>
python 多进程-基础
查看>>
python 多进程-进阶-进程池
查看>>
python 多进程-进阶-进程间通信之Pipe
查看>>
python 多进程-进阶-进程间通信之Queue
查看>>
Python编程快速入门
查看>>
Python编程基础(附Pycharm与开发环境)
查看>>
python 如何“否定“value : 如果为真则返回假,如果为假则返回真
查看>>