London Kings Cross Western Concourse Genetic Algorithm

版本 1.3.0.0 (781.3 KB) 作者: Dean Kayton
A simple genetic algorithm is applied to a model of the London Kings Cross Western Concourse.
706.0 次下载
更新时间 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 的更多信息
致谢

参考作品: Matrix Structural Analysis

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