Skip to content

Commit

Permalink
Attribution.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDiBernardo committed Jan 14, 2016
1 parent 2477c4e commit 79bd597
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flow-shop/flow-shop.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: A Flow Shop Scheduler
author: Christian Muise
author: Dr. Christian Muise

_Christian Muise is a Research Fellow with the [MERS group](http://groups.csail.mit.edu/mers/) at [MIT's CSAIL](http://www.csail.mit.edu/). He is interested in a variety of topics including AI, data-driven projects, mapping, graph theory, and data visualization, as well as celtic music, carving, soccer, and coffee._
_[Dr. Christian Muise](http://haz.ca) is a Research Fellow with the [MERS group](http://groups.csail.mit.edu/mers/) at [MIT's CSAIL](http://www.csail.mit.edu/). He is interested in a variety of topics including AI, data-driven projects, mapping, graph theory, and data visualization, as well as celtic music, carving, soccer, and coffee._

## A Flow Shop Scheduler
*Flow shop scheduling* is one of the most challenging and well-studied problems in operations research. Like many challenging optimization problems, finding the best solution is just not possible for problems of a practical size. In this chapter we consider the implementation of a flow shop scheduling solver that uses a technique called *local search*. Local search allows us to find a solution that is "pretty good" when finding the best solution isn't possible. The solver will try and find new solutions to the problem for a given amount of time, and finish by returning the best solution found.
Expand Down
30 changes: 29 additions & 1 deletion tex/500L.tex
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,35 @@
\mainmatter


\include{ocr}
\include{blockcode}

\include{interpreter}

\include{static-analysis}

\include{functionalDB}

\include{flow-shop}

\include{template-engine}

\include{pedometer}

\include{sampler}

\include{spreadsheet}

\include{cluster}

\include{data-store}

\include{objmodel}

\include{ci}

\include{crawler}

\include{modeller}


\bibliographystyle{alpha}
Expand Down

0 comments on commit 79bd597

Please sign in to comment.