设为首页收藏本站

最大的系统仿真与系统优化公益交流社区

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 6530|回复: 2

[交流] 代码逻辑问题

[复制链接]
发表于 2008-4-12 15:04:09 | 显示全部楼层 |阅读模式
在这段代码中我设定了一个stopped?变量,初始状态设为false 。运行过程不能输出stopped?为true 。始终为false
  l7 |. U. p0 ~to go
2 K; s6 J% b1 Oif not any? turtles with [not stopped? ] [ stop ]  
) L0 C0 T) a. G; u, P) D2 \ask turtles with [remainder who 5 = 0] [$ O2 G1 R, p- g, L' X, s" i* |
set close-mates  (turtles with [self != myself])with[5 k6 ]( h. Z3 I' ]3 @4 u- E; U
(abs(xcor -(xcor-of myself)) < X-Dist + Wid ) $ s9 n% c2 o2 W
and (abs(ycor -(ycor-of myself)) < Y-Dist + Dep ) # U8 z+ B3 j9 K* _
and remainder who 5 = 0
. y& X7 S& q3 o: f0 n+ ?/ N]                   ' P4 u) Q  c' p% U" `8 G5 y- c
ifelse any? close-mates
1 Y# j% l0 a3 b+ A[                                                                ) k, }' N' o% y( c6 u/ c! I
set closest-one min-one-of (close-mates with[self != myself] )[distance myself]
- e) B( _( e7 K4 uface closest-one2 C/ C/ i. R& q
rt 180
6 @5 o# e) V' S& l/ _' Z" ^1 efd random-float step-size* y+ u) h* u! y
avoid-walls+ T+ I) O3 ]" ?) Q9 A
set stopped? false]; r$ c! f9 }, s1 C7 h0 V
[set stopped? true]
* Y" M. O. j- k) R( m]
 楼主| 发表于 2008-4-12 15:05:12 | 显示全部楼层
是逻辑有问题吗?
 楼主| 发表于 2008-5-2 17:02:02 | 显示全部楼层
上述问题,如果最先的if语句改成
1 \, {% h$ y6 d3 I: n% k0 S6 ]% H2 Qif not many? turtles with [remainder who 5 = 0] with [ not stopped?][ stop]' M! U% _2 h: b+ P
则可以顺利的终止go程序6 B2 K+ J: [* k( C
但是从我的程序逻辑上,编号非5的整数倍的turtle分别与最近的一个五的整数倍turtle tie在一起,5的倍数turtle为根turtle,所以没有turtle运动和没有5的整数倍turtle运动是等价的,if语句两者逻辑没有实质区别,但为什么执行起来会有区别呢?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|SimulWay 道于仿真   

GMT+8, 2026-8-11 05:00 , Processed in 0.017303 second(s), 14 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表