Title 多点局所探索に基づく大域的最適化アルゴリズム (1) Author(s) 金光, 秀雄 ; 今野, 英明 ; 高橋, 伸幸 Citation 北海道教育大学紀要, 自然科学編, 58(2): 1-10 Issue Date 2008/02 URL

Size: px
Start display at page:

Download "Title 多点局所探索に基づく大域的最適化アルゴリズム (1) Author(s) 金光, 秀雄 ; 今野, 英明 ; 高橋, 伸幸 Citation 北海道教育大学紀要, 自然科学編, 58(2): 1-10 Issue Date 2008/02 URL"

Transcription

1 Title 多点局所探索に基づく大域的最適化アルゴリズム (1) Author(s) 金光, 秀雄 ; 今野, 英明 ; 高橋, 伸幸 Citation 北海道教育大学紀要, 自然科学編, 58(2): 1-10 Issue Date 2008/02 URL Rights Hokkaido University of Education

2 ABSTRACT We will report on the development of a multi-start local search algorithm. At first, we developed a local search algorithm and tested this algorithm. Next, we investigated and developed a simple multi-start local search algorithm. Finally, we developed and demonstrated multi level single linkage algorithm as an effective multi-start local search algorithms. 1 [8] [4, 7, 20] [14] [5] SA (Simulated Anealing) [13] GA (Genetic Algorithm) [1,2,15] SA GA multi-level single linkage; MLSL)

3 2 2.1 (P G ) Minimize f(x) f(x 1,x 2,,x n ) (P G ) Subject to L i x i U i, (i =0, 1,...,n) f(x) objective function S S S = { x (x 1,x 2,,x n ) L i x i U i } S feasible region x δ>0 B(x,δ) x (B(x,δ) S) \{x }, f(x ) <f(x) (1) x f(x) x 1, x 2,...,x M X I M X = { x 1, x 2,...,x M } (2) I M = { 1, 2,...,M} (3) x i D(x i ) relative size η(x i )=µ(d(x i )) /µ(s), (i =1, 2,...,M) (µ( ) ) Lopt x (0) i x i X S D(x i ) D(x i )={ x x i Lopt(f, S, x (0) i ), x (0) i S } (4) x (0) i Lopt X x i D(x i ) η(x i ) D(x i ) D(x j )=, i j I M D(x 1) D(x 2) D(x M )=S (5) η(x 1)+η(x 2)+ + η(x M )=1 x x { f =min{ f(x 1),f(x 2),...,f(x M ) } x =argmin{ f(x 1),f(x 2),...,f(x M ) } (6) Eval v v Eval; 2. p a 1,a 2,...,a p q b 1,b 2,...,b q A name (b 1,b 2,...,b q ) A name (a 1,a 2,...,a p ) ( ) 3. if then T 1 ;..., T r ; else F 1 ;..., F s ; fi ; then T 1 ;..., T r ; else F 1 ;..., F s ; else F 1 ;..., F s ; 1 fi ; for to do L 1 ;... L t ; od ; 1 do...od ; L 1 ;... L t ; 1 od ; 4. A A j A j A A

4 3 3.1 [9, 21] (P L ) (P L ) Local Minimize f(x) (7) x f x f(x )=0 (8) descent method f x 0 R n x f 1 (f, x ) Lopt d (f,x (0) ) Ld1) x (0) k k 0 Ld2) d (k) Ld3) x (k) Ld4) x (k+1) k k +1 Ld2) Ld2) d (k) BFGS Ld2) d (k) x (k) f(x (k) ) f(x (k) ) R n B (k) R n n d (k) 3.4 for y 0, y T B (k) y > 0. (9) 3.3 Ld3) line search x (k) d (k) f(p (k) + αd (k) ) α α (k) (exact line search) (inexact line search) Armijo x (k) d (k) 0 <ξ<1/2, 0 <τ<1 Armijo α (k) 2 Armijo α (k) LSrch A (x (k), d (k),ξ,τ) LS1) α 0 1 i 0 LS2) ξ Armijo f(x (k) + α i d (k) ) f(x (k) )+ξα i f(x (k) ) T d (k) α (k) α i LS3) LS3) α i+1 τα i i i +1 LS2) 3.4 BFGS f x (0) η (ξ, τ) x f 3 (f, x ) Lopt q (f, x (0),η,ξ,τ) Lq1) H (0) R n n k k 0

5 Lq2) f(x (k) )=0 d (k) d (k) = H (k) f(x (k) ) Lq3) α (k) x (k+1) x (k) + α (k) d (k) α (k) LSrch A (x (k), d (k),ξ,τ) Lq4) H (k) (y (k) ) T s (k) η y (k) s (k) H (k+1) H (k) BFGS H (k+1) ( ) H (k+1) H (k) + 1+ (y(k) ) T H (k) y (k) (s (k) ) T y (k) s (k) (s (k) ) T (s (k) ) T y (k) H(k) y (k) (s (k) ) T + s (k) (H (k) y (k) ) T (s (k) ) T y (k) s (k) = x (k+1) x (k), y (k) = f(x (k+1) ) f(x (k) ). k k +1 Lq2). H (0) H (k) (9) B (k) 3.5 C 1) defc.h: 2) defp.h: 3) util.h: 4) bfgs.c: BFGS 5) gfdif.c: f(x) 6) lsearch.c: 7) prnt.c: 4) 7) [9] FORTRAN C f(x (k) ) f(x (k) ) i f(x(k) ) x i f(x (k) ) f(x(k) + δe i ) f(x (k) ) x i δ (10) e i i 1 0 δ = η =10 4, ξ =10 3, τ =0.5 Rosenbrock f(x) =f(x 1,x 2 ) = 100(x 2 x 2 1) 2 +(1 x 1 ) 2 x 0 =( 1.2, 1) f 0 =24.2 x =(1, 1) f = k (x 1,x 2 ) f(x 1,x 2 ) N fe x 2 k x 1 x 2 f(x 1,x 2 ) N fe "rosenbrk.xy" using 1:2 "../prog/lopt/ort.d" using 2: x 1 1: Rosenbrock

6 4 4.1 Lopt multistart local search method; MSLS N f x 4 1 ( f, x ) MSLS1(f, S, N) M1) N M2) M3) M4) f x M2) f S P η(x ) f x MSLS2 5 2 ( f, x ) MSLS2(f, S, P, η(x )) ML1) N P η(x ) 4.2 f + ML2) N for i =1 to N do ML3) S Rand x (0) i x (0) i Rand(S); ML4) x (0) i Lopt x i fi (fi, x i ) Lopt(f, S, x(0) i ) ML5) Lopt fi, x i f x if fi < f then f fi ; x x i ; fi ; od ; ML6) f x return ( f, x ). N L O(NL) 4.2 P 5 ML2) P N 1 P in P out { P in = η(x ) (11) P out =1 η(x ) N Pout N P N out =(1 η(x )) N (12) N 1 Pin N 1 P out N (12) P N in =1 (1 η(x )) N (13) P N 1 (1 η(x )) N = P N = log(1 P ) log[1 η(x )] (14) [6] N P log(1 P ) N = log[1 η(x (15) )] ML1) N (15)

7 η(x ) P N 2 η(x )= % N 20 η(x )= % N η(x ) 2 η(x ) P η(x ) P η(x ) P η(x ) P MSLS2 C 1) msls2.c: MSLS2 2) randnv.c: ML3 Rand(S) S x i 3) mtrand.c: Mersenne Twister [0, 1) 1 msls2.c randnv.c randnv.c mtrand.c BFGS bfgs.c 3) Mersenne Twister [12] diehard test load test ultimate load test 2 Six Hump Camel Back f(x 1,x 2 )=4x x x 1 x x6 1 4x x x 1 2.3, 1.5 x , 2 x 1, x 2 f f = x 1 =( , ), x 2 =( , ) f(x,y) x x x x 1 2 Six Hump Camel Back f(x,y) P =0.99 η = N =13 f = x =( , ) N fe =

8 MSLS2 3 x "6humpc.xy" using 1:2 "../prog/msls/or.d" using 2:3 "../prog/msls/ors.d" using 2:3 3: Six Hump Camel Back MSLS2 k x 1 x 2 f(x 1,x 2 ) N fe x Six Hump Camel Back MSLS2 3 x (0) x (1) Lopt q Lq2) d (0) = H (0) f(x (0) )(H (0) : ) d (0) Lq3) x (1) x (0) + α (0) d (0) ( α (0) =1) x (1) x (0) d (k) 0 <φ<1 d (k) min{ d (k),φ min 1 i n {U i L i }} φ φ =0.1 1 φ MSLS2 [16] 6( 3( )) ( f, x ) MSLS c (S, f, N ) MC1) N MC2) MC3) MC4) f x Multi Level Single Linckage; MLSL Timmer [19] 1 [10]

9 Rinnooy Kan Timmer [17] [14] k r k r k r k = 1 ( (σ µ(s) Γ 1+ n ) ) 1/n log N (16) π 2 N, σ, µ(s) S, Γ( ) N, [5]: X (γn 1) / (γn X 2) X 0.5., X (γn 1) γn X 2 X +0.5 (17) γ (0<γ<1) γn (16), N (0) = N N (k+1) (k =0, 1,...) N N (k+1) 1 γ (2 X 2 +3 X +2), N N + N (k+1) MLSL S f N γ (0 <γ< 1) σ X F 7 4 MLSL (F, X ) MLSL(S, f, N (0),γ,σ); ML1) X ; F ; k 1; N N (0). ML2) N (k) x i (i =1, 2,...,N (k) ) Rand(S) ML3) γn (k) N r γn (k) ML4) r k (16) f(x j )<f(x i ) x j x i <r k x j x i (i = 1, 2,...,N r ) x X ML5) (17) N (k+1) 1 γ (2 X 2 +3 X +2), N N + N (k+1), k k +1, ML2),, σ 4, 1 [17] 5.2 MLSL mlsl.c C ML2 Rand(S) x i 4.3 randnv.c mtrand.c 3.5 BFGS bfgs.c (1) (3) 2 N (1) =40 γ =0.25 σ =4 (1) Six Hump Camel Back N = 69 5 f = x = ( , ) N fe = 229 MSLS2 N fe = 492 MSLS2 (2) Goldstein and Price

10 f(x) ={(1 + (x 1 + x 2 +1) 2 (19 14x 1 +3x x 2 +6x 1 x 2 +3x 2 2)}{30 + (2x 1 3x 2 ) 2 (18 32x 1 +12x 1 x 1 +48x 2 36x 1 x 2 +27x 2 2)} 2 x 1 2, 2 x x = (0, 1) f = 3 N =56 5 f = x = ( , ) N fe = 334 (3) Branin s RCOS ( f(x) = x π 2 x ) 2 π x ( ) cos(x 1 )+10 8π 5 x 1 10, 0 x 2 15, 3 3 f =5/(4π) N = f = x =( , ) N fe = [14, 20] [5] [14] MLSL [11, 18] [17, 19] Bentley [3] Törn [20] 7

11 [1], Vol.49, No.11, , (2001). [2] :, Vol. J 78- D-II, No.1, , (1995). [3] Bentley, J.L., Weide, A.C. and Yao, A.C.: Optimal expected-time algorithms for closest point problems, ACM Transactions on Mathematical Software, Vol.6, , (1980). [4] Boender, C.G.E., Rinnooy Kan, A.H.G. and Timmer, G.T.: A Stochastic Method for Global Optimization, Mathematical Programming, Vol.22, , (1982). [5] Boender, C.G.E., Rinnooy Kan, A.H.G. and Timmer, G.T.: Beyesian stopping rules for multistart global optimization methods, Mathematical Programming, Vol.37, 59 80, (1987). [6] Brooks, S.H.: A Discussion of Random Methods for Seeking Maxima, Operations Research, Vol.6, , (1958). [7] Dzemyda, G., Šaltenis, V. and Žilinskas, A.: Stochastic and Global Optimization, Kluwer Acad. Publ., Dordrecht, pp.233, (2002). [8] Floudas, C.A.: Deterministic Global Optimization Theory, Methods and Applications, Kluwer A.P., pp.739, (2000). [9] : FORTRAN 77,, pp.480, (1991). [10],, :,, Vol.J79-A, No.11, , (1996). [11] Locatelli, M. and Schoen, F. : Random Linkage: a family of acceptance/rejection algorithms for global optimisation, Mathematical Programming, Vol.85, , (1999). [12] Matsumoto, M. and Nishimura, T. : Mersenne Twister: A 623-Dimensionally Equidistributed Uniform Pseudo-Random Number Generator, ACM Transactions on Modeling and Computer Simulation, Vol.8, No.1, 3 30, (1998). [13],,, :, Vol.42, No.4, , (2001). [14] Nemhouser, G.L, Rinnooy Kan, A.H.G. and Todd, M.J. (Eds.): Optimization, Handbooks in Operations Research and Management Science Vol.1, North-Holland, pp.709, (1989). [15], : GA, Vol.15, No.2, , (2000). [16] Rinnooy Kan, A.H.G. and Timmer, G.T. : Stochastic Global Optimization Methods. Part I: Clustering Methods, Mathematical Programming, Vol.39, 27 56, (1987). [17] Rinnooy Kan, A.H.G. and Timmer, G.T. : Stochastic Global Optimization Methods. Part II: Multi Level Methods, Mathematical Programming, Vol.39, 57 78, (1987). [18] Schöen, F. : Random and Quasi-Random Linkage Methods in Global Optimization, Journal of Global Optimization, Vol.13, No.4, , (1998). [19] Timmer, G.T.: Global optimization: A stochastic approach, Ph.D. Dissertation, Econometric Institute, Erasmus University, Rotterdam, Holland, pp.175, (1984). [20] Törn, A. and Žilinskas, A. Global Optimization, Lecture Notes in Compter. Science. 350, Springer-Verlag, p.255, (1989). [21] :,, pp.263, (2006).

第3章 非線形計画法の基礎

第3章 非線形計画法の基礎 3 February 25, 2009 1 Armijo Wolfe Newton 2 Newton Lagrange Newton 2 SQP 2 1 2.1 ( ) S R n (n N) f (x) : R n x f R x S f (x ) = min x S R n f (x) (nonlinear programming) x 0 S k = 0, 1, 2, h k R n ɛ k

More information

3. ( 1 ) Linear Congruential Generator:LCG 6) (Mersenne Twister:MT ), L 1 ( 2 ) 4 4 G (i,j) < G > < G 2 > < G > 2 g (ij) i= L j= N

3. ( 1 ) Linear Congruential Generator:LCG 6) (Mersenne Twister:MT ), L 1 ( 2 ) 4 4 G (i,j) < G > < G 2 > < G > 2 g (ij) i= L j= N RMT 1 1 1 N L Q=L/N (RMT), RMT,,,., Box-Muller, 3.,. Testing Randomness by Means of RMT Formula Xin Yang, 1 Ryota Itoi 1 and Mieko Tanaka-Yamawaki 1 Random matrix theory derives, at the limit of both dimension

More information

Title 源 氏 物 語 にみる 人 間 関 係 と 表 現 の 関 連 Author(s) 山 村, 愛 ; 斎 藤, 祥 子 Citation 北 海 道 教 育 大 学 紀 要. 人 文 科 学 社 会 科 学 編, 57(1): 95-104 Issue Date 2006-08 URL http://s-ir.sap.hokkyodai.ac.jp/dspac Rights Hokkaido

More information

Title トップアスリ - トの陸上競技継続に関する研究 1: インタビュ - 調査を通 して Author(s) 松田, 賢一 ; 新沼, 英明 Citation 学校教育学会誌, 18: 1-13 Issue Date 2013-03 URL http://s-ir.sap.hokkyodai.ac.jp/dspac Rights Hokkaido University of Education

More information

CVaR

CVaR CVaR 20 4 24 3 24 1 31 ,.,.,. Markowitz,., (Value-at-Risk, VaR) (Conditional Value-at-Risk, CVaR). VaR, CVaR VaR. CVaR, CVaR. CVaR,,.,.,,,.,,. 1 5 2 VaR CVaR 6 2.1................................................

More information

Title 大 学 における 郷 土 史 家 の 養 成 : レスター 大 学 イギリス 郷 土 史 学 科 の 場 合 Author(s) 石 井, 健 Citation 北 海 道 教 育 大 学 紀 要. 人 文 科 学 社 会 科 学 編, 65(1): 43-57 Issue Date 2014-08 URL http://s-ir.sap.hokkyodai.ac.jp/dspac Rights

More information

Title ジブリ 映 画 のメタファー(2) : 意 志 をめぐる 考 察 Author(s) 角, 一 典 Citation 北 海 道 教 育 大 学 紀 要. 人 文 科 学 社 会 科 学 編, 64(1): 107-122 Issue Date 2013-09 URL http://s-ir.sap.hokkyodai.ac.jp/dspac Rights Hokkaido University

More information

Title KETpicによる曲面描画と教育利用 ( 数式処理と教育教育における数式処理システムの効果的利用に関する研究 ) : 数学 Author(s) 金子, 真隆 ; 阿部, 孝之 ; 関口, 昌由 ; 山下, 哲 ; 高遠, Citation 数理解析研究所講究録 (2009), 1624:

Title KETpicによる曲面描画と教育利用 ( 数式処理と教育教育における数式処理システムの効果的利用に関する研究 ) : 数学 Author(s) 金子, 真隆 ; 阿部, 孝之 ; 関口, 昌由 ; 山下, 哲 ; 高遠, Citation 数理解析研究所講究録 (2009), 1624: Title KETpicによる曲面描画と教育利用 ( 数式処理と教育教育における数式処理システムの効果的利用に関する研究 ) : 数学 Author(s) 金子, 真隆 ; 阿部, 孝之 ; 関口, 昌由 ; 山下, 哲 ; 高遠, Citation 数理解析研究所講究録 (2009), 1624: 1-10 Issue Date 2009-01 URL http://hdl.handle.net/2433/140279

More information

( 9 1 ) 1 2 1.1................................... 2 1.2................................................. 3 1.3............................................... 4 1.4...........................................

More information

Title デイヴィッド アーモンドの 作 品 の 構 造 : 主 人 公 の 成 長 を 辿 って Author(s) 小 坂, 麻 綾 ; 星 野, 立 子 Citation 北 海 道 教 育 大 学 紀 要. 人 文 科 学 社 会 科 学 編, 62(2): 27-42 Issue Date 2012-02 URL http://s-ir.sap.hokkyodai.ac.jp/dspac

More information

Title 鎌 倉 幕 府 の 顕 密 寺 院 政 策 Author(s) 海 老 名, 尚 Citation 北 海 道 教 育 大 学 紀 要. 人 文 科 学 社 会 科 学 編, 61(2): 1-16 Issue Date 2011-02 URL http://s-ir.sap.hokkyodai.ac.jp/dspac Rights Hokkaido University of Education

More information

Title 21 世 紀 ドイツの 学 校 教 育 改 革 第 二 部 -ヘレネ ランゲ 学 校 ヴィース バーデンの 場 合 - Author(s) 大 木, 文 雄 Citation 北 海 道 教 育 大 学 紀 要. 教 育 科 学 編, 59(2): 137-151 Issue Date 2009-02 URL http://s-ir.sap.hokkyodai.ac.jp/dspac Rights

More information

公益社団法人日本都市計画学会都市計画論文集 Vol.53 No 年 10 月 Journal of the City Planning Institute of Japan, Vol.53 No.3, October, 2018 A queueing model for goods d

公益社団法人日本都市計画学会都市計画論文集 Vol.53 No 年 10 月 Journal of the City Planning Institute of Japan, Vol.53 No.3, October, 2018 A queueing model for goods d A queueing model for goods delivery service by drones In many depopulated rural districts in Japan, it as been ard to run regional retail stores and many of tem ave closed down. As te result, tere as been

More information

Title 体制化のクラスター分析による検討 II : 語句形式における体制化 Author(s) 桐村, 雅彦 Editor(s) Citation 大阪府立大学紀要 ( 人文 社会科学 ). 1981, 29, p.101-120 Issue Date 1981-03-31 URL http://hdl.handle.net/10466/10726 Rights http://repository.osakafu-u.ac.jp/dspace/

More information

Title 現 代 ことば 遣 い 小 考 ( 六 ) : 国 語 を 教 えるものの 自 戒 のために Author(s) 後 藤, 秋 正 Citation 札 幌 国 語 研 究, 6: 51-60 Issue Date 2001 URL Rights http://s-ir.sap.hokkyodai.ac.jp/dspac 本 文 ファイルはNIIから 提 供 されたものである Hokkaido

More information

Title 中 学 校 国 語 教 科 書 竹 取 物 語 の 挿 絵 をめぐる 問 題 点 と 可 能 性 : 竹 取 物 語 絵 巻 昇 天 図 の 解 釈 と 分 類 Author(s) 中 島, 和 歌 子 Citation 札 幌 国 語 研 究, 12: 25-48 Issue Date 2007 URL http://s-ir.sap.hokkyodai.ac.jp/dspac Rights

More information

Title 中 学 校 国 語 教 科 書 における 古 典 教 材 の 選 択 と 指 導 法 について : おくの ほそ 道 と 他 の 詩 歌 の 連 環 を 中 心 に Author(s) 中 島, 和 歌 子 Citation 札 幌 国 語 研 究, 12: 49-72 Issue Date 2007 URL http://s-ir.sap.hokkyodai.ac.jp/dspac Rights

More information

Title ジェンダーから 見 た 平 安 文 学 と 現 代 社 会 : ラジオ 講 座 女 と 男 より Author(s) 中 島, 和 歌 子 Citation 札 幌 国 語 研 究, 3: 45-55 Issue Date 1998 URL Rights http://s-ir.sap.hokkyodai.ac.jp/dspac 本 文 ファイルはNIIから 提 供 されたものである Hokkaido

More information

Title わが 国 における 現 代 カナダ 先 住 民 教 育 研 究 の 動 向 と 課 題 Author(s) 廣 瀬, 健 一 郎 Citation 僻 地 教 育 研 究, 54: 59-70 Issue Date 1999-12 URL Rights http://s-ir.sap.hokkyodai.ac.jp/dspac 本 文 ファイルはNIIから 提 供 されたものである Hokkaido

More information

y = x 4 y = x 8 3 y = x 4 y = x 3. 4 f(x) = x y = f(x) 4 x =,, 3, 4, 5 5 f(x) f() = f() = 3 f(3) = 3 4 f(4) = 4 *3 S S = f() + f() + f(3) + f(4) () *4

y = x 4 y = x 8 3 y = x 4 y = x 3. 4 f(x) = x y = f(x) 4 x =,, 3, 4, 5 5 f(x) f() = f() = 3 f(3) = 3 4 f(4) = 4 *3 S S = f() + f() + f(3) + f(4) () *4 Simpson H4 BioS. Simpson 3 3 0 x. β α (β α)3 (x α)(x β)dx = () * * x * * ɛ δ y = x 4 y = x 8 3 y = x 4 y = x 3. 4 f(x) = x y = f(x) 4 x =,, 3, 4, 5 5 f(x) f() = f() = 3 f(3) = 3 4 f(4) = 4 *3 S S = f()

More information

Title 最適年金の理論 Author(s) 藤井, 隆雄 ; 林, 史明 ; 入谷, 純 ; 小黒, 一正 Citation Issue Date Type Technical Report Text Version publisher URL

Title 最適年金の理論 Author(s) 藤井, 隆雄 ; 林, 史明 ; 入谷, 純 ; 小黒, 一正 Citation Issue Date Type Technical Report Text Version publisher URL Title 最適年金の理論 Author(s) 藤井, 隆雄 ; 林, 史明 ; 入谷, 純 ; 小黒, 一正 Citation Issue 2012-06 Date Type Technical Report Text Version publisher URL http://hdl.handle.net/10086/23085 Right Hitotsubashi University Repository

More information

Titleピボットテーブルの 利 用 について Author(s) 金 丸, 哲 Citation 経 済 学 論 集 =Journal of economics and soci University, 86: 65-79 Issue Date 2016-03-17 URL http://hdl.handle.net/10232/26361 http://ir.kagoshima-u.ac.jp

More information

1 1.1 ( ). z = a + bi, a, b R 0 a, b 0 a 2 + b 2 0 z = a + bi = ( ) a 2 + b 2 a a 2 + b + b 2 a 2 + b i 2 r = a 2 + b 2 θ cos θ = a a 2 + b 2, sin θ =

1 1.1 ( ). z = a + bi, a, b R 0 a, b 0 a 2 + b 2 0 z = a + bi = ( ) a 2 + b 2 a a 2 + b + b 2 a 2 + b i 2 r = a 2 + b 2 θ cos θ = a a 2 + b 2, sin θ = 1 1.1 ( ). z = + bi,, b R 0, b 0 2 + b 2 0 z = + bi = ( ) 2 + b 2 2 + b + b 2 2 + b i 2 r = 2 + b 2 θ cos θ = 2 + b 2, sin θ = b 2 + b 2 2π z = r(cos θ + i sin θ) 1.2 (, ). 1. < 2. > 3. ±,, 1.3 ( ). A

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title アドホックネットワークの 実 用 化 に 関 する 研 究 Author(s) 松 井, 進 Citation Issue Date 2009-03-22 URL http://doi.org/10.14945/00006405 Version ETD Rights This

More information

Title 自 然 の 記 号 = 書 物 観 とガリレオ 的 科 学 Author(s) 金 子, 務 Editor(s) Citation 人 文 学 論 集. 1993, 11, p.31-47 Issue Date 1993-03-01 URL http://hdl.handle.net/10466/8821 Rights http://repository.osakafu-u.ac.jp/dspace/

More information

Title 張 説 の 抒 情 詩 について : 官 途 の 旅 情 Author(s) 高 木, 重 俊 Citation 北 海 道 教 育 大 学 紀 要. 人 文 科 学 社 会 科 学 編, 54(1): A58-A47 Issue Date 2003-09 URL Rights http://s-ir.sap.hokkyodai.ac.jp/dspac 本 文 ファイルはNIIから 提

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ 何がねじに伝わって電磁石になるのかを考えていったN Titleさん : 何が電磁石を強くするのかな の実践より(II 教 科主張 授業実践 ) Author(s) 新村, 茂生 Citation 研究紀要 : 自分らしくなる. 2008, p. 56-61 Issue Date 2009-05-15

More information

II (Percolation) ( 3-4 ) 1. [ ],,,,,,,. 2. [ ],.. 3. [ ],. 4. [ ] [ ] G. Grimmett Percolation Springer-Verlag New-York [ ] 3

II (Percolation) ( 3-4 ) 1. [ ],,,,,,,. 2. [ ],.. 3. [ ],. 4. [ ] [ ] G. Grimmett Percolation Springer-Verlag New-York [ ] 3 II (Percolation) 12 9 27 ( 3-4 ) 1 [ ] 2 [ ] 3 [ ] 4 [ ] 1992 5 [ ] G Grimmett Percolation Springer-Verlag New-York 1989 6 [ ] 3 1 3 p H 2 3 2 FKG BK Russo 2 p H = p T (=: p c ) 3 2 Kesten p c =1/2 ( )

More information

Title インドネシアの日本語教育 Author(s) 田尻, 英三 鹿児島大学教育学部研究紀要. 人文 社会科学編 =Bulletin Citation of the Faculty of Education, Kagosh and social science, 35: 1-20 Issue Date 1984-03-15 URL http://hdl.handle.net/10232/7599

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 中 国 語 の 語 りにおける 知 覚 動 詞 の 用 法 について Author(s) 今 井, 敬 子 Citation 人 文 論 集. 57(1), p. A49-A66 Issue Date 2006-07-31 URL http://doi.org/10.14945/00001112

More information

Title 疑似乱数生成器の安全性とモンテカルロ法 ( 確率数値解析に於ける諸問題,VI) Author(s) 杉田, 洋 Citation 数理解析研究所講究録 (2004), 1351: Issue Date URL

Title 疑似乱数生成器の安全性とモンテカルロ法 ( 確率数値解析に於ける諸問題,VI) Author(s) 杉田, 洋 Citation 数理解析研究所講究録 (2004), 1351: Issue Date URL Title 疑似乱数生成器の安全性とモンテカルロ法 ( 確率数値解析に於ける諸問題,VI) Author(s) 杉田, 洋 Citation 数理解析研究所講究録 (2004), 1351: 33-40 Issue Date 2004-01 URL http://hdlhandlenet/2433/64973 Right Type Departmental Bulletin Paper Textversion

More information

I, II 1, A = A 4 : 6 = max{ A, } A A 10 10%

I, II 1, A = A 4 : 6 = max{ A, } A A 10 10% 1 2006.4.17. A 3-312 tel: 092-726-4774, e-mail: hara@math.kyushu-u.ac.jp, http://www.math.kyushu-u.ac.jp/ hara/lectures/lectures-j.html Office hours: B A I ɛ-δ ɛ-δ 1. 2. A 1. 1. 2. 3. 4. 5. 2. ɛ-δ 1. ɛ-n

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 村上春樹 ノルウェイの森 論 (II) Author(s) 酒井, 英行 Citation 人文論集. 54(1), p. 43-80 Issue Date 2003-07-31 URL http://doi.org/10.14945/00000455 Version

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 無 : 道 家 的 宇 宙 論 の 展 開 Author(s) 荒 川, 紘 Citation 人 文 論 集. 52(1), p. 1-22 Issue Date 2001-07-31 URL http://doi.org/10.14945/00000419 Version

More information

Title 石 門 心 学 と 不 生 禅 Author(s) 山 東, 功 Editor(s) Citation 言 語 文 化 学 研 究. 日 本 語 日 本 文 学 編. 8, p.9-26 Issue Date 2013-03-31 URL http://hdl.handle.net/10466/14255 Rights http://repository.osakafu-u.ac.jp/dspace/

More information

1.

1. Title 名 詞 型 助 数 詞 の 用 法 : 準 助 数 詞 セット と 組 を 中 心 に Author(s) 東 条, 佳 奈 Citation 阪 大 日 本 語 研 究. 27 P.109-P.136 Issue 2015-03 Date Text Version publisher URL http://hdl.handle.net/11094/51518 DOI Rights Osaka

More information

財政赤字の経済分析:中長期的視点からの考察

財政赤字の経済分析:中長期的視点からの考察 1998 1999 1998 1999 10 10 1999 30 (1982, 1996) (1997) (1977) (1990) (1996) (1997) (1996) Ihori, Doi, and Kondo (1999) (1982) (1984) (1987) (1993) (1997) (1998) CAPM 1980 (time inconsistency) Persson, Persson

More information

Powered by TCPDF ( Title 第 11 講 : フィッシャー統計学 II Sub Title Author 石川, 史郎 (Ishikawa, Shiro) Publisher Publication year 2018 Jtitle コペンハーゲン解

Powered by TCPDF (  Title 第 11 講 : フィッシャー統計学 II Sub Title Author 石川, 史郎 (Ishikawa, Shiro) Publisher Publication year 2018 Jtitle コペンハーゲン解 Powered by TCPDF (www.tcpdf.org) Title 第 11 講 : フィッシャー統計学 II Sub Title Author 石川, 史郎 (Ishikawa, Shiro) Publisher Publication year 018 Jtitle コペンハーゲン解釈 ; 量子哲学 (018. 3),p.381-390 Abstract Notes 慶應義塾大学理工学部大学院講義ノート

More information

Title 静 脩 Vol. 40 No. 1 (2003.5) [ 全 文 ] Author(s) Citation 静 脩 (2003), 40(1) Issue Date 2003-05 URL http://hdl.handle.net/2433/66046 Right Type Others Textversion publisher Kyoto University e

More information

149 (Newell [5]) Newell [5], [1], [1], [11] Li,Ryu, and Song [2], [11] Li,Ryu, and Song [2], [1] 1) 2) ( ) ( ) 3) T : 2 a : 3 a 1 :

149 (Newell [5]) Newell [5], [1], [1], [11] Li,Ryu, and Song [2], [11] Li,Ryu, and Song [2], [1] 1) 2) ( ) ( ) 3) T : 2 a : 3 a 1 : Transactions of the Operations Research Society of Japan Vol. 58, 215, pp. 148 165 c ( 215 1 2 ; 215 9 3 ) 1) 2) :,,,,, 1. [9] 3 12 Darroch,Newell, and Morris [1] Mcneil [3] Miller [4] Newell [5, 6], [1]

More information

., White-Box, White-Box. White-Box.,, White-Box., Maple [11], 2. 1, QE, QE, 1 Redlog [7], QEPCAD [9], SyNRAC [8] 3 QE., 2 Brown White-Box. 3 White-Box

., White-Box, White-Box. White-Box.,, White-Box., Maple [11], 2. 1, QE, QE, 1 Redlog [7], QEPCAD [9], SyNRAC [8] 3 QE., 2 Brown White-Box. 3 White-Box White-Box Takayuki Kunihiro Graduate School of Pure and Applied Sciences, University of Tsukuba Hidenao Iwane ( ) / Fujitsu Laboratories Ltd. / National Institute of Informatics. Yumi Wada Graduate School

More information

Statistical inference for one-sample proportion

Statistical inference for one-sample proportion RAND 関数による擬似乱数の生成 魚住龍史 * 浜田知久馬東京理科大学大学院工学研究科経営工学専攻 Generating pseudo-random numbers using RAND function Ryuji Uozumi * and Chikuma Hamada Department of Management Science, Graduate School of Engineering,

More information

Title 学 校 における 医 薬 品 の 常 備 使 用 実 態 安 部, 奈 生 ; 土 蔵, かおり; 竹 中, 美 喜 ; 堂 腰, 律 子 ; 岸 本, Author(s), 美 沙 子 ; 笹 嶋, 由 美 Citation 北 海 道 教 育 大 学 紀 要. 教 育 科 学 編, 57(1): 279-294 Issue Date 2006-08 URL http://s-ir.sap.hokkyodai.ac.jp/dspac

More information

20 9 19 1 3 11 1 3 111 3 112 1 4 12 6 121 6 122 7 13 7 131 8 132 10 133 10 134 12 14 13 141 13 142 13 143 15 144 16 145 17 15 19 151 1 19 152 20 2 21 21 21 211 21 212 1 23 213 1 23 214 25 215 31 22 33

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 小 型 トカマクプラズマの 水 平 位 置 フィードバック 制 御 シ ステム Author(s) 水 野, 保 則 Citation p. 1-120 Issue Date 2000-04-26 URL http://doi.org/10.11501/3171873

More information

アメリカ人と日本人の断わり表現の比較

アメリカ人と日本人の断わり表現の比較 NAOSITE: Nagasaki University's Ac Title アメリカ人と日本人の断わり表現の比較 Author(s) 荒巻, 朋子 Citation 長崎大学留学生センター紀要. vol.7, p.105-137; 19 Issue Date 1999-06-30 URL http://hdl.handle.net/10069/5563 Right This document is

More information

沖縄大学 Okinawa University Title 沖縄に出会った旅 Author(s) 組原, 洋 Citation 沖縄大学法経学部紀要 = Okinawa University JOU OF LAW & ECONOMICS(12): 13-34 Issue Date 2009-03-31 URL http://okinawa-repo.lib.u-ryukyu.ac Rights 沖縄大学法経学部

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 産 業 精 神 保 健 の 歴 史 (2) : 1980 年 代 から1990 年 代 前 半 まで Author(s) 荻 野, 達 史 Citation 人 文 論 集. 62(1), p. 21-40 Issue Date 2011-07-27 URL http://dx.doi.org/10.14945/00006179

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 私立大学の任期制教員の現状 : ヒアリング調査から Author(s) 佐藤, 龍子 Citation 静岡大学教育研究. 7, p. 37-45 Issue Date 2011-03-15 URL http://doi.org/10.14945/00005603 Version

More information

橡表紙参照.PDF

橡表紙参照.PDF CIRJE-J-58 X-12-ARIMA 2000 : 2001 6 How to use X-12-ARIMA2000 when you must: A Case Study of Hojinkigyo-Tokei Naoto Kunitomo Faculty of Economics, The University of Tokyo Abstract: We illustrate how to

More information

I A A441 : April 15, 2013 Version : 1.1 I Kawahira, Tomoki TA (Shigehiro, Yoshida )

I A A441 : April 15, 2013 Version : 1.1 I   Kawahira, Tomoki TA (Shigehiro, Yoshida ) I013 00-1 : April 15, 013 Version : 1.1 I Kawahira, Tomoki TA (Shigehiro, Yoshida) http://www.math.nagoya-u.ac.jp/~kawahira/courses/13s-tenbou.html pdf * 4 15 4 5 13 e πi = 1 5 0 5 7 3 4 6 3 6 10 6 17

More information

Title リンデン 特 別 支 援 学 校 の 教 育 実 践 と 分 教 室 による 共 同 教 育 : ニーダーザ クセン 州 ローテンブルク 地 域 の 調 査 から Author(s) 安 井, 友 康 ; 千 賀, 愛 ; 山 本, 理 人 Citation 北 海 道 教 育 大 学 紀 要. 教 育 科 学 編, 61(2): 61-76 Issue Date 2011-02 URL

More information

後進国における近代化・工業化への途と社会主義

後進国における近代化・工業化への途と社会主義 NAOSITE: Nagasaki University's Ac Title 後 進 国 における 近 代 化 工 業 化 への 途 と 社 会 主 義 Author(s) 有 賀, 定 彦 Citation 研 究 年 報, (21), pp.41-56; 1980 Issue Date 1980-12-20 URL http://hdl.handle.net/10069/26452 Right

More information

23 Study on Generation of Sudoku Problems with Fewer Clues

23 Study on Generation of Sudoku Problems with Fewer Clues 23 Study on Generation of Sudoku Problems with Fewer Clues 1120254 2012 3 1 9 9 21 18 i Abstract Study on Generation of Sudoku Problems with Fewer Clues Norimasa NASU Sudoku is puzzle a kind of pencil

More information

03.Œk’ì

03.Œk’ì HRS KG NG-HRS NG-KG AIC Fama 1965 Mandelbrot Blattberg Gonedes t t Kariya, et. al. Nagahara ARCH EngleGARCH Bollerslev EGARCH Nelson GARCH Heynen, et. al. r n r n =σ n w n logσ n =α +βlogσ n 1 + v n w

More information

Input image Initialize variables Loop for period of oscillation Update height map Make shade image Change property of image Output image Change time L

Input image Initialize variables Loop for period of oscillation Update height map Make shade image Change property of image Output image Change time L 1,a) 1,b) 1/f β Generation Method of Animation from Pictures with Natural Flicker Abstract: Some methods to create animation automatically from one picture have been proposed. There is a method that gives

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title Emersonの'The American Scholar'について Author(s) 重 松, 宗 育 Citation 人 文 論 集. 26, p. A59-A77 Issue Date 1975-12-25 URL http://doi.org/10.14945/00008654

More information

(a) (b) (c) Canny (d) 1 ( x α, y α ) 3 (x α, y α ) (a) A 2 + B 2 + C 2 + D 2 + E 2 + F 2 = 1 (3) u ξ α u (A, B, C, D, E, F ) (4) ξ α (x 2 α, 2x α y α,

(a) (b) (c) Canny (d) 1 ( x α, y α ) 3 (x α, y α ) (a) A 2 + B 2 + C 2 + D 2 + E 2 + F 2 = 1 (3) u ξ α u (A, B, C, D, E, F ) (4) ξ α (x 2 α, 2x α y α, [II] Optimization Computation for 3-D Understanding of Images [II]: Ellipse Fitting 1. (1) 2. (2) (edge detection) (edge) (zero-crossing) Canny (Canny operator) (3) 1(a) [I] [II] [III] [IV ] E-mail sugaya@iim.ics.tut.ac.jp

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 秦 漢 の 兵 制 について : 地 方 軍 を 中 心 として Author(s) 重 近, 啓 樹 Citation 人 文 論 集. 36, p. 31-70 Issue Date 1986-01-31 URL http://doi.org/10.14945/00004031

More information

ver.1 / c /(13)

ver.1 / c /(13) 1 -- 11 1 c 2010 1/(13) 1 -- 11 -- 1 1--1 1--1--1 2009 3 t R x R n 1 ẋ = f(t, x) f = ( f 1,, f n ) f x(t) = ϕ(x 0, t) x(0) = x 0 n f f t 1--1--2 2009 3 q = (q 1,..., q m ), p = (p 1,..., p m ) x = (q,

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 大学生における孤独感と自己意識 Author(s) 諸井, 克英 Citation 実験社会心理学研究. 26(2), p. 151-161 Issue Date 1987-02 URL http://hdl.handle.net/10297/3914 Version

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 窒 素 ガス 援 用 による 切 削 加 工 の 高 度 化 に 関 する 研 究 Author(s) 静, 弘 生 Citation Issue Date 2008-09-29 URL http://doi.org/10.14945/00006355 Version

More information

14 2 5

14 2 5 14 2 5 i ii Surface Reconstruction from Point Cloud of Human Body in Arbitrary Postures Isao MORO Abstract We propose a method for surface reconstruction from point cloud of human body in arbitrary postures.

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 韓 国 映 像 文 化 における 歴 史 イメージ Author(s) 大 原, 志 麻 Citation アジア 研 究. 9, p. 39-57 Issue Date 2014-03 URL http://doi.org/10.14945/00007805 Version

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 1930 年 代 メキシコにおける 日 本 エビトロール 漁 業 と 日 墨 米 三 国 関 係 に 関 する 研 究 Author(s) 杉 山, 茂 Citation p. 1-116 Issue Date 2008-04 URL http://hdl.handle.net/10297/3029

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 磁 気 を 併 用 した 生 体 電 気 インピーダンスCTの 開 発 研 究 Author(s) 竹 前, 忠 Citation p. 1-65 Issue Date 2006-03 URL http://hdl.handle.net/10297/3041 Version

More information

COE-RES Discussion Paper Series Center of Excellence Project The Normative Evaluation and Social Choice of Contemporary Economic Systems Graduate Scho

COE-RES Discussion Paper Series Center of Excellence Project The Normative Evaluation and Social Choice of Contemporary Economic Systems Graduate Scho COE-RES Discussion Paper Series Center of Excellence Project The Normative Evaluation and Social Choice of Contemporary Economic Systems Graduate School of Economics and Institute of Economic Research

More information

医系の統計入門第 2 版 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. このサンプルページの内容は, 第 2 版 1 刷発行時のものです.

医系の統計入門第 2 版 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます.   このサンプルページの内容は, 第 2 版 1 刷発行時のものです. 医系の統計入門第 2 版 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. http://www.morikita.co.jp/books/mid/009192 このサンプルページの内容は, 第 2 版 1 刷発行時のものです. i 2 t 1. 2. 3 2 3. 6 4. 7 5. n 2 ν 6. 2 7. 2003 ii 2 2013 10 iii 1987

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 自 然 法 論 あるいは 永 遠 のシジフォス Author(s) 南, 利 明 Citation 静 岡 大 学 法 経 研 究. 24(1), p. 1-82 Issue Date 1975-10-31 URL http://doi.org/10.14945/00003571

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 四 川 省 県 政 人 員 訓 練 所 についての 一 考 察 Author(s) 今 井, 駿 Citation 人 文 論 集. 55(1), p. A29-A50 Issue Date 2004-07-30 URL http://doi.org/10.14945/00000481

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title ライフスタイルの選択に中立な税制 : 配偶者控除 配偶者特別控除を中心にして Author(s) 中澤, 秀一 Citation 静岡大学経済研究. 8(2), p. 67-78 Issue Date 2003-10-31 URL http://doi.org/10.14945/00008589

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 映 像 文 化 における 日 韓 ジェンダー 比 較 Author(s) 大 原, 志 麻 Citation アジア 研 究. 7, p. 41-60 Issue Date 2012-03 URL http://doi.org/10.14945/00006541 Version

More information

ヘミングウェイと狂気

ヘミングウェイと狂気 NAOSITE: Nagasaki University's Ac Title ヘミングウェイと 狂 気 Author(s) 中 村, 正 生 Citation 長 崎 大 学 教 育 学 部 紀 要. 人 文 科 学. vol.60, p.23-33; Issue Date 2000-03 URL http://hdl.handle.net/10069/5772 Right This document

More information

Title 今 熊 野 猿 楽 の 実 現 : 義 満 台 覧 の 背 景 をめぐって Author(s) 天 野, 文 雄 Citation 待 兼 山 論 叢. 美 学 篇. 22 P.1-P.20 Issue 1988 Date Text Version publisher URL http://hdl.handle.net/11094/48149 DOI Rights Osaka University

More information

Title 問題解決行動における内的認知変数 Author(s) 中島, 義明 ; 太田, 耕平 Citation 大阪大学人間科学部紀要. 20 P.49-P.70 Issue 1994-03 Date Text Version publisher URL http://doi.org/10.18910/11129 DOI 10.18910/11129 Rights Osaka University

More information

JKR Point loading of an elastic half-space 2 3 Pressure applied to a circular region Boussinesq, n =

JKR Point loading of an elastic half-space 2 3 Pressure applied to a circular region Boussinesq, n = JKR 17 9 15 1 Point loading of an elastic half-space Pressure applied to a circular region 4.1 Boussinesq, n = 1.............................. 4. Hertz, n = 1.................................. 6 4 Hertz

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title 大 型 硬 木 材 集 成 接 着 品 用 接 着 剤 の 耐 久 性 に 関 する 研 究 Author(s) 岩 田, 立 男 Citation Issue Date 2006-09-22 URL http://doi.org/10.14945/00003582 Version

More information

Title 日 本 のメンズファッション 誌 の 流 れ Author(s) 石 辺, 啓 道 Citation 文 化 女 子 大 学 図 書 館 所 蔵 服 飾 関 連 雑 誌 解 題 目 録 (2005-09) pp.25-30 Issue Date 2005-09-30 URL http://hdl.handle.net/10457/1795 Rights http://dspace.bunka.ac.jp/dspace

More information

SURE: Shizuoka University REp http://ir.lib.shizuoka.ac.jp/ Title パウル ツェラーンにおける 言 語 の 諸 相 Author(s) 森, 治 Citation 人 文 論 集. 38, p. 65-102 Issue Date 1988-01-31 URL http://doi.org/10.14945/00003099 Version

More information

>> 愛 媛 大 学 - Ehime University Title 中 世 の 伊 予 府 中 と 在 地 諸 勢 力 Author(s) 川 岡, 勉 Citation 愛 媛 大 学 教 育 学 部 紀 要. 第 II 部, 人 文 社 会 科 学. vol.35, no.1, p.1-18 Issue Date 2002-09-20 URL http://iyokan.lib.ehime-u.ac.jp/dsp

More information

明 治 学 院 大 学 機 関 リポジトリ http://repository.meijigakuin Title 明 治 学 院 史 資 料 集 第 12 集 Author(s) 明 治 学 院 大 学 図 書 館 Citation Issue Date 1985-11-01 URL http://hdl.handle.net/10723/1289 Rights Meiji Gakuin University

More information

Title 西 遊 補 訳 注 ( 第 五 回 ~ 第 八 回 ) Author(s) 大 平, 桂 一 Editor(s) Citation 人 文 学 論 集.2013,31,p.231-268 Issue Date 2013-03-31 URL http://hdl.handle.net/10466/12877 Rights http://repository.osakafu-u.ac.jp/dspace/

More information