C# 클래스 Dynamic_Games.PAES

파일 보기 프로젝트 열기: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
arc List

공개 메소드들

메소드 설명
PAES ( NonCoopEquilForm form1, int g, double max, String eq, int nr, String PM, List paramet ) : System
add_to_archive ( Solution s ) : void
archive_soln ( Solution s ) : void
evaluate ( Solution s ) : void
init ( ) : void
mutate ( Solution s ) : void
update_grid ( Solution s ) : void

비공개 메소드들

메소드 설명
compare_max_Nash ( double first, double second, int n ) : int
compare_max_Pareto ( double first, double second, int n ) : int
compare_to_archive ( Solution s ) : int
equal ( double first, double second, int n ) : int
find_loc ( double eval ) : int

메소드 상세

PAES() 공개 메소드

public PAES ( NonCoopEquilForm form1, int g, double max, String eq, int nr, String PM, List paramet ) : System
form1 NonCoopEquilForm
g int
max double
eq String
nr int
PM String
paramet List
리턴 System

add_to_archive() 공개 메소드

public add_to_archive ( Solution s ) : void
s Solution
리턴 void

archive_soln() 공개 메소드

public archive_soln ( Solution s ) : void
s Solution
리턴 void

evaluate() 공개 메소드

public evaluate ( Solution s ) : void
s Solution
리턴 void

init() 공개 메소드

public init ( ) : void
리턴 void

mutate() 공개 메소드

public mutate ( Solution s ) : void
s Solution
리턴 void

update_grid() 공개 메소드

public update_grid ( Solution s ) : void
s Solution
리턴 void

프로퍼티 상세

arc 공개적으로 프로퍼티

public List arc
리턴 List