'자주찾는글'에 해당되는 글 19건
- 2010.11.17 노무현 전 대통령 후보 수락 연설
- 2009.04.10 Hotswap
- 2009.04.09 Intel ICH7 , ICH8 , ICH9 , ICH10 AHCI Driver 3
- 2009.03.27 막장이다 막장이다 하지만..
- 2009.02.17 화차
- 2009.01.29 개미
- 2009.01.14 윈도우 2000 1
- 2009.01.08 Genetic Algorithm 2
- 2009.01.06 임진왜란
- 2009.01.05 그때나 지금이나...
eSATA 외장 하드디스크를 사용하다 보면 제일 불편한 점이..
많은 경우, 하드웨어 안전제거에 외장하드가 안보인다는 것!
이 Hotswap은 보이지 않는 이 하드를 찾아서 안전제거 할 수 있도록 도와주는 유틸리티이다.
설치할 필요도 없이, 압축을 풀고 바로 실행시키면 ok.
이게 문제는, 이로 인해 AHCI모드를 설정할수가 없어서 SATA의 고유 기능중 하나인 핫 플러그 라던가..
NCQ등을 못써먹는다는것.
기존 방법들은 Intel(R) Matrix Storage Manager 의 설치 파일 압축을 푸는 옵션을 넣어서 파일을 풀어놓고,
그 파일에 포함된 드라이버로 업데이트 시키는데...
내가 잘못한건지 버전을 올리면서 막은건지 Intel(R) Matrix Storage Manager v8.x 로 시도해 보니 그게 안되네...
하지만 어디에든 길은 있는 법....
어느 대인배 외국인이 드라이버만 추출해서 배포하고 있었다..
아래 첨부 파일이 그것...
한참 고민하다 이것 한방으로 해결했다.. 오오오.. Fernando 찬양~ Fernando 찬양~ -_-;
[원문링크]
The basic algorithm for a GA

Fig 1. The basic Genetic Algorithm
The algorithm
The basic algorithm by which GAs operate is reasonably well established. The above figure shows the generic one used by most, although some variations may occur depending on the application. In general the particular methods employed in each of the above stages do not matter. What is important is that the general algorithm is followed and the evolutionary techniques that underlie it are understood. The following sections discuss the need for each of these steps in terms of their relevance to evolutionary processes.
Population
A population is initiated of legal solutions, selected by choosing random input values. There are no fixed rules for how large the population should be. The answer is dependent upon the type of problem. For a simple problem with a regular search space a small population of 40 to 100 will probably be sufficient. For larger more complex problems and especially those with an irregular search space larger populations of 400 or more are recommended. The clue is diversity – a diverse population, i.e. a large one will tend to search out niches – in engineering terms that means finding elusive, difficult to find solutions to problems.
Fitness
The fitness of individual chromosomes is a relative matter. For example when maximising a function; if one individual has a higher value, once processed by the function, than another then that individual is considered fitter. Things get a little more involved with multi-criteria problems. In these cases comparisons can be carried out to see if an individual dominates other members of a population by taking all criteria into consideration. If they do they are considered fitter. The most dominant, i.e. those who dominate all others, are referred to as Pareto solutions. These are considered as candidate solutions to whatever problem you are trying to solve.
Selection of the Fittest
GAs operate over a number of generations. Following the evolutionary theme of this method, this means fitter solutions will tend to survive to the next generation. The selection method employed by many approaches is the roulette wheelselection process. In nature all individuals have a chance of surviving from one generation to the next – fitter solutions (i.e. those most dominant) have a better chance. Weaker more dominated individuals have a smaller chance (still an opportunity) of surviving.
… more on the Roulette Wheel section process
Crossover
Nature generates the next generation using a mating process. As a result two parents create offspring, who consist of the genetic material of both parents. These offspring can be weaker or fitter than their parents (or similar). If they are weaker they will tend to die out – if they are stronger their chances of survival are better. GAs try to replicate this using a crossover operator. This emulates the mating process by exchanging chromosome patterns between individuals to create offspring for the next generation.… more on the Crossover operator
Mutation
Mutation exists in nature and causes an unanticipated change in a chromosome pattern. This can result in a much weakened individual and occasionally a much stronger one. Either way the principle behind mutation from an evolutionary point of view is that it occurs rarely, spontaneously and without reference to any other individual in the population. If the change is beneficial to the general population then that individual will tend to survive and will pass this trait on in future replication processes. Because of the way that GAs represent individuals this process is a very simple one and a typical mutation operator is relatively easy to implement. It is important to remember that these processes occur very infrequently otherwise they would have a disruptive effect on the overall population.… more on the Mutation operator
There are no definitive methods of establishing how many generations a GA should run for. Simple problems may converge on good solutions after only 20 or 30 generations. More complex problems may need more. It is not unusual to run a GA for 400 generations for more complex problems such as jobshops. The above figure suggests 100 generations. The most reliable method of deciding on this is trial and error, although a number of authors have suggested methods for determining how long a solution should live.
For further details of the EDC's activities please get in touch with us through our contact page.
조선조정은 여러 첩보를 통해서 이미 전쟁의 조짐을 알고는 있었습니다. 다만 그 규모를 예상하지 못한거죠.
당시의 지리적 조건(?)등이나 정치적 무관심으로 인해서... (조선에게 관심사는 중국...명이었지 듣보잡 일본이 아니었던 관계로...)
실제 당시 조선은 일본을 조선보다 작은 나라라고 생각하고 있었고 일본 또한 조선을 일본보다 큰 나라라고 생각하고 있었죠.
조선 조정은 일본이 군사적 행동에 나선다면 끽해야 3~5만정도로 예상하고 있었고 거의 그정도 수준에 맞는 대비를 하고 있었다가 당한겁니다. 한마디로 고려말기에 왜구 수준일것이다...라고 지레짐작하고 있다가 당한거...-ㄴ_-;
2.3. 북방의 군대는 조선군대 내에서 유일하게 풍부한 실전 경험을 가지고 있었죠. 실제로 조선은 여진에 대한 수비뿐만이 아니라 주기적으로 여진에 대한 선제공격을 가했습니다. 보통 4군 6진만 개척하고 수비만 한걸로 아는 사람들이 대다수인데 조선은 여진에 대해서 회유와 선제공격으로 여진의 세력을 지속적으로 약화시킴으로서 국경의 안정을 이뤄냅니다.
5. 명의 삽질은 유명하지요. 게다가 명군의 가장 치명적 실수는... 보급을 거의 안챙겨왔다는거... 수군으로 필수 보급은 해결하긴 했지만 당시 명의 정치 상황으로 볼때 명군의 해외 원정을 명조정이 감당할수 있을 상황이 아니었기에 조선조정에 상당한 압박과 깽판을 쳤고 그덕에 엄청난 고생을 했다죠. 명군 식량마련해 주느라... -ㄴ_-
6. 7. 일본 본토-부산으로 이어지는 보급로는 유지되긴 했지만... 워낙 많은 수의 일본군을 상륙시키다보니...
당시 일본 함대로는 감당 불가...
에초에 일본은 일본식으로 성주 대가지 짜르면 나머진 알아서 복종할꺼라고 생각해서 에초에 보급자체를 거의 신경안씀...
초반 일본수군은 식량보급목적보다는 병력수송에 집중했고 이후에는 식량수송은 하긴 했지만 이미 너무 많은 상륙군을 보내놓은 까닭에 일본에서의 식량 보급은 그야말로 택도 없는 수준... 그나마 일본내에서의 조선으로 보낼 식량 확보 자체에도 어려움이 있었다고 알고
있음. 조선 파병군 차제가 히데요시 파벌들이 주축이었고 도요도미 히데요시에 반대하는 반대파들은 파병 및 지원에 상당히 소극적이었고 히데요시가 죽자마자 그렇게 축척한 병력과 물자로 히데요시 파에게 도전함.
게다가 이순신의 수군을 견제할만큼의 수군, 즉 동남해안의 제해권을 장악할만큼의 배를 남겨둬야 했기에 배가 있다고 전부 쌀 실어나를수도 없었던...
어쨌던 적에 손에 넘어가기 전에 없앤다...라는건 적어도 군사들이 최소한의 개념(?)은 있단소리...-ㄴ_-;;;;;;
전쟁 초기 부산진을 전부 태워버린것도 조선군이 조직적으로 했다는 주장도 있긴함...-ㄴ_-;;;;
7. "항왜" 라고 부르는...항복한 왜군들이 이순신장군 휘하에만 최소 만명이 넘는데... 항왜를 다룬 여러가지 자료(특히 역사스페셜)를 보면 전쟁 극초반에 투항한 일본군도 다수였고 이후 특히나 굶주림에 왜군 병사들이 상당수 조선군으로 항복하고...항복을 넘어서 같이 싸우기까지 하는 항왜의 숫자가 상상을 초월함... 관군의 큰 집단엔 항왜들로만 조직된 항왜부대들도 조직됨. (주로 조총부대)
실제 임진왜란 후 선조에게 성과 이름을 하사받고 조선인이 된...중고위 일본 장수들이 상당수... (실록에 나옴. 정확한 숫자는 밑에분에게...)
특히나 유명한 인물로 "사야가 김충선"이 있음. 이 사람은 전쟁 초기 조선 망명을 목적으로 조선에 건너옴.
김충선은 실제로 투항후 조총부대를 조직하고 조총의 설계에 대해서 이순신장군에게 자문함. 그리고 권율과 같이 싸움.
전후 대구 우륵동에 정착 "모하당 문집" 같은것도 내고...완전 조선인으로 귀화해 살다 감. 김충선 후손들이 실제함.
사야가 김충선은 특히 한국보다 일본에서 더 유명함. 이사람을 주인공으로 책과 다큐(nhk) 그리고 사야가가 누군지 밣히고자 하는 향토사학자 들도 있음. (고사카 지로의 바다의 가야금이란 책이 김충선을 주인공으로 쓴 책. 역사적 재미(?)는 있지만 소설 자체로는 그닥...)
8. 나고야 10만 병력이 조선 파병을 위한 병력이었는지는 개인적으로 의문.
그 병력은 전쟁이 일본예상대로 풀렸을경우 상륙에서 조선을 거점화할 병력이었다는건 맞지만...
실제 그 병력은 히데요시의 일본내 장악을 위한 일본내부 반란진압용이었을 가능성이 더 크다고 봄.
9. 이건 유명한 일화죠. 전쟁후 일본으로 돌아온 고니시가 전쟁에서의 굶주림에 대한 기억때문에 다다미를 삶아서 먹을수 있는걸로 짰다던가 다다미 아래에 고구마를 잔뜩 심었다던가...
결론
선조가 돌i 였다는거에 완전 동의하지는 않음. 단지 시대에 맞지 않는 왕으로서 의심병이 너무 도졌다는게 문제긴 하지만...
그런식으로 따지면 원의 침략에 수도 버리고 백성버리고 강화도로 건너가서 세금은 세금대로 걷어서 사치부린 고려조정은 쌩싸이코
집단에 전세계 역사상 수많은 왕들이 전부 돌i임.
임진왜란 정유재란의 의병의 공로를 크게 부각시킨건 일종의 조선까역사관(?)에서 비롯된거. 식민사학계열과 거기에 물든 대한민국의 일종의 "자기부정" 형식으로 "조선이 못나서 망했어야 했다 그랬으면 일제치하도 없었을텐데...."라는 식의 조선까이자 자기부정...
에초에 조선조정은 전쟁 중 많은 피해를 입었지만 조선조정의 행정력에는 변함이 없었음. 그랬으니 500년이나 버틴거...
명의 참전 자체가 전쟁을 길게 끌었다는거엔 동의.
명이 전쟁을 길게 끈 이유는 에초에 명 조정이 망할조짐이 들어서 원정군을 제대로 유지할 형편도 능력도 안된데다가 명 조정은 조선의 사정에 관심이 없었음. 단지 싸우긴 싫고 빨리 전쟁 끝내겠다는 의지로 일본에 현재 전선대로 국경을 유지하겠다는둥 하는 정전문서 보내는등 성의를 안보임. 게다가 명은 임란 전까지 조선내부 사정을 거의 몰랐음.
참전하고 나서야 조선내부 사정을 알고 참견하기 시작했고 그걸 유지하기 위해 오히려 조선의 약화를 부추긴 감도 있음.