2015-03-01から1ヶ月間の記事一覧

HttpURLConnection

OpenJDK 1.7.0_75 で調べた。http のとき URL.openConnection() で返って来るのは sun.net.www.protocol.http.HttpURLConnection。HttpURLConnection.connect() で、sun.net.www.http.HttpClient を生成、保持する。Socket の管理は HttpClient の仕事。conn…

スコアリングルールを書く

http://d.hatena.ne.jp/tokobayashi/20150312 で、Cheap time scheduling には DRL が無いと書きましたが、それを追加するための JIRA がオープンされています。Add Drools score rules for example CheapTime Scheduling https://issues.jboss.org/browse/P…

OptaPlanner examples その14

Cheap time scheduling http://docs.jboss.org/optaplanner/release/latest/optaplanner-docs/html_single/index.html#cheapTimeScheduling遂にラスト!タスクをマシンに割り当て、消費電力を最小化します。CloudBalance や MachineReassignment に似てます…

OptaPlanner examples その13

Traveling tournament problem (TTP) http://docs.jboss.org/optaplanner/release/latest/optaplanner-docs/html_single/index.html#travelingTournament各都市の野球チームが、それぞれ都市を訪れ、総当たりでホームアンドアウェイの球場で対戦します。トー…

三原順

復活祭 ■会場:米沢嘉博記念図書館1階展示コーナー ■期間:2015年2月6日(金)-5月31日(日) 休館日:毎週火・水・木曜日(祝日は開館) ◎第一期:2月6日(金)-3月2日(月) グレアムと「はみだしっ子」特集 ◎第二期:3月6日(金)-4月6日(月) アンジー…

ヒティロヴァ

「ひなぎく」 シアター・イメージフォーラム 2015年3月7日(土)〜20日(金) (レイトショー/ 連日21:15上映) http://hinagiku2014.jimdo.com/

シュワンクマイエル

『サヴァイヴィング ライフ』 3/7(土)-3/13(金) 18:30~ シアター・イメージフォーラム http://svank2015.jimdo.com/ シュヴァンクマイエル・作品&トリビュート展/プラハの憂鬱・ルドルフ二世へのレクイエム 第一期●2015年3月07日[土]〜4月13日[月] 第…

OptaPlanner examples その12

Employee rostering http://docs.jboss.org/optaplanner/release/latest/optaplanner-docs/html_single/index.html#nurseRostering従業員のシフト最適化です。"Nurse Rostering Competition" ていう競技があって (http://www.kuleuven-kulak.be/nrpcompetiti…

OptaPlanner examples その11

Exam timetabling http://docs.jboss.org/optaplanner/release/latest/optaplanner-docs/html_single/index.html#examinationここから "Difficult examples" です。どんだけ difficult なのかドキドキしますね。試験を部屋と時間に割り当てる問題です。Cours…

OptaPlanner examples その10

Hospital bed planning http://docs.jboss.org/optaplanner/release/latest/optaplanner-docs/html_single/index.html#pas患者を病室のベッドに割り当てます。患者によっては特別な設備が必要だったり、別性の患者は同じ部屋には割り当てない、など。ディナ…

OptaPlanner examples その9

Project job scheduling http://docs.jboss.org/optaplanner/release/latest/optaplanner-docs/html_single/index.html#projectJobSchedulingプロジェクトのWBSをガントチャートにし、依存関係/リソースを考慮して最適な順序に並べる。あー、むかし人力でや…