London Kings Cross Western Concourse Genetic Algorithm

버전 1.3.0.0 (781 KB) 작성자: Dean Kayton
A simple genetic algorithm is applied to a model of the London Kings Cross Western Concourse.
다운로드 수: 706
업데이트 날짜: 2013/3/15

라이선스 보기

I am a newbie to MATLAB. I'd love for the user community to have a look at what I've done and help me out. This is only the beginning. I eventually hope to make the model more complex and realistic.

Feel free to do whatever you would like with the code. But use it at your own risk. The code is supplied as a demo only and is unfinished.

I'm finding that the nodal deflections using finite element analysis (http://bit.ly/12ihjiL) are far higher than expected. I presume I've made a mistake somewhere.

I will endeavor to comment my code better during the coming days. But please have a look through. I have attempted to simplify things as much as possible with meaningfully named variables.

Hope you can make sense of it. Thanks for any help you can provide me. Cheers

인용 양식

Dean Kayton (2024). London Kings Cross Western Concourse Genetic Algorithm (https://www.mathworks.com/matlabcentral/fileexchange/40769-london-kings-cross-western-concourse-genetic-algorithm), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2012a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Genetic Algorithm에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.3.0.0

In my last submission I had a few errors which I ironed out. There are still some I am working on now. I have also uncommented some of the graphical sections of code (makes it slower but it is more meaningful)

1.2.0.0

I've update the code with an option for gray code chromosomes. I've also worked out my initial error of not dividing the total Load by the number of segment numbers, thus applying too much load for accurate modelling.

1.0.0.0