TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A First Course in Linear Optimization (2013)

53 pointsby knethalmost 10 years ago

6 comments

dtnewmanalmost 10 years ago
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 未加载
rmxtalmost 10 years ago
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>
kaa2102almost 10 years ago
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.
elliott34almost 10 years ago
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 未加载
merrakshalmost 10 years ago
From the dedication: <i>For students (even Ohio students). Not for publishers — not this time. Maybe next time.</i>
graycatalmost 10 years ago
He has one of the best backgrounds -- Cornell, Nemhauser, Bland, etc.