博客
关于我
中科大-凸优化 笔记(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/

你可能感兴趣的文章
php/jsp/asp的区别
查看>>
php20个主流框架
查看>>
php301到https,虚拟主机设置自动301跳转到HTTPS
查看>>
php5 apache 配置
查看>>
php5 升级 php7 版本遇到的问题处理方法总结
查看>>
PHP5.3.3安装Mcrypt扩展
查看>>
PHP5.4 + IIS + Win2008 R2 配置
查看>>
PHP5.4 pfsocketopen函数判断sock是否存活的bug(由memcached引起)
查看>>
Redis从入门到精通
查看>>
PHP5.6.x编译报错:Don't know how to define struct flock on this system, set --enable-opcache=no
查看>>
php5ts.dll 下载_php5ts.dll下载
查看>>
php7
查看>>
PHP7 新特性
查看>>
PHP7+MySQL5.7+Nginx1.9. on Ubuntu 14.0
查看>>
php7.1.6 + redis
查看>>
php7中使用php_memcache扩展
查看>>
PHP7中十个需要避免的坑
查看>>
php7和PHP5对比的新特性和性能优化
查看>>
PHP7安装pdo_mysql扩展
查看>>
PHP7实战开发简单CMS内容管理系统(7) 后台登录架构 用户登录校验
查看>>