|
발견 (path finding) 문제: e.g., 8-puzzle
게임 (game) 문제: e.g., chess, 바둑
두 명의 참여자가 자신의 이익을 극대화하려 경쟁
제약조건 만족(constraint satisfaction) 문제: e.g., 8-queen
목표에 이르는 경로를 찾는 것이 아니라 목표 자체를 발견하 없음
|
- 페이지 14페이지
- 가격 8,400원
- 등록일 2013.11.18
- 파일종류 피피티(ppt)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
() //finding fitness value and evaluation
{
for(i=0;i<20;i++)
{
int x=0;
for(j=0;j<7;j++)
{
for(k=j+1;k<8;k++)
{
if(v[i][j]==v[i][k])x++;
if(v[i][j]==v[i][k]+k-j)x++;
if(v[i][j]==v[i][k]-k+j)x++;
}
}
eval[i]=fitnessvalue=28-x;
x=0;
if(fitnessvalue==28) // Printing the result
{
printf(\"The
|
- 페이지 4페이지
- 가격 1,000원
- 등록일 2006.06.01
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Queen-여왕의 품격, 2021.10.30. 18:00
재능교육, 반복강박의 심리학, https://blog.naver.com/jloger/222578292905
나무위키, 표도르 도스토옙스키, https://ko.wikipedia.org/wiki/%ED%91%9C%EB%8F%84%EB%A5%B4_%EB%8F%84%EC%8A%A4%ED%86%A0%EC%98%99%EC%8A%A4%ED%82%A4 Ⅰ. 서론
Ⅱ. 본론
1.
|
- 페이지 7페이지
- 가격 4,000원
- 등록일 2022.02.14
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
queen/queens.html
http://www.shalomhouse.or.kr/Morgue/anglican/history/henry8.htm
http://news.naver.com/news_read.php?oldid=2002031200000057055&s=154,761,1241&e=226,838,1319
http://siamese.x-y.net/Ashyah/xxxx/not%20from%20me/mothergoose.htm
http://damkina.iwebschool.net/zboard/zboard.php?id=review&p
|
- 페이지 10페이지
- 가격 1,500원
- 등록일 2008.12.09
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
queen.sungshin.ac.kr/~med/hjkim15/sleep2.html
15. http://news.korealink.co.kr/hk/11_6/9809/h16511.htm
16. http://osteoporosis.co.kr/yvyqol/g5/g5-3-7.html
17. http://chem.yonsei.ac.kr/~leejh/hormone.html
18. http://soback.kornet21.net/~genexam/square/sq03app4.htm Ⅰ. 서 론------------------
|
- 페이지 28페이지
- 가격 3,000원
- 등록일 2004.08.16
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|