Skip to content

Instantly share code, notes, and snippets.

View huyu398's full-sized avatar

huyu huyu398

  • Information Science, KIT univ
  • Osaka, Japan
View GitHub Profile
@huyu398
huyu398 / file0.txt
Created June 14, 2014 11:08
Ruby Application を Windows, Mac でも簡単に使用できるように配布する ref: http://qiita.com/huyu398/items/1e02b158f87a80386d94
$ rbenv --version
# rbenv 0.4.0-98-g13a474c
$ rbenv install jruby-1.7.12
$ rbenv rehash
@huyu398
huyu398 / build_configuration.rb
Last active August 29, 2015 14:02
Rawr test projects for Qiita
# Generated by Rawr version 1.7.0
configuration do |c|
# The name for your resulting application file (e.g., if the project_name is 'foo' then you'll get foo.jar, foo.exe, etc.)
# default value: "rawr_test"
#
#c.project_name = "rawr_test"
# Undocumented option 'output_dir'
# default value: "package"
#
@huyu398
huyu398 / build_configuration.rb
Last active August 29, 2015 14:02
Rawr test ruby
# Generated by Rawr version 1.7.0
configuration do |c|
# The name for your resulting application file (e.g., if the project_name is 'foo' then you'll get foo.jar, foo.exe, etc.)
# default value: "rawr_test"
#
#c.project_name = "rawr_test"
# Undocumented option 'output_dir'
# default value: "package"
#
@huyu398
huyu398 / list_cell_item.fxml
Created June 13, 2014 07:11
Customize ListView in JRubyFX with FXML
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.control.Label?>
<HBox xmlns:fx="http://javafx.com/fxml" fx:id="hbox">
<children>
<Label fx:id="label1"/>
<Label fx:id="label2"/>
</children>
</HBox>
\documentclass{jsarticle}
\begin{document}
$\varepsilon$-greedy 法では,最も信頼度の高い戦略が $1 - \varepsilon$ の確率で選ばれ,残り $\varepsilon$ の確率で全戦略からランダムに選ばれる( $\varepsilon$ は探索率と呼ばれる).
\end{document}