TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

A First Course in Linear Optimization (2013)

53 点作者 kneth将近 10 年前

6 条评论

dtnewman将近 10 年前
Linear optimization is a subject that is often neglected in computer science curriculums, even at the graduate level. It is common for computer science students to learn algorithms such as hill climbing or even stochastic local search algorithms such as simulated annealing, but in fact there are many applications for which linear optimization methods can solve the same problems better in a small fraction of the time. If you are a computer scientist or a software engineer with an interest in mathematical optimization, linear and integer programming are must-have tools to round out your knowledge base.<p>A great way to get started is to play around with the solver feature in Excel. Many software engineers may be loath to use this tool, but Excel actually provides a great GUI with which to do simple linear and integer programming problems.
评论 #9726193 未加载
评论 #9726995 未加载
评论 #9726454 未加载
rmxt将近 10 年前
If you are interested in the above text, this textbook might also be of interest: Applied Mathematical Programming by Bradley, Hax, and Magnanti for MIT&#x27;s Introduction to Optimization. (15.053). Not as code heavy, but still enlightening.<p><a href="http:&#x2F;&#x2F;web.mit.edu&#x2F;15.053&#x2F;www&#x2F;" rel="nofollow">http:&#x2F;&#x2F;web.mit.edu&#x2F;15.053&#x2F;www&#x2F;</a>
kaa2102将近 10 年前
I studied Industrial Engineering &amp; Operations Research in undergrad and grad school. Optimization and mathematical modeling has been helpful in consulting, problem-solving, business and programming. I highly recommend taking a deep dive into this subject.
elliott34将近 10 年前
Call me a snob, but after reading too many beautifully typeset LaTeX books&#x2F;papers, trying to reading math in fonts like this is very off putting.
评论 #9725675 未加载
merraksh将近 10 年前
From the dedication: <i>For students (even Ohio students). Not for publishers — not this time. Maybe next time.</i>
graycat将近 10 年前
He has one of the best backgrounds -- Cornell, Nemhauser, Bland, etc.