问题标签 [anylogic]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
1005 浏览

matlab - Simulink version of AnyLogic component

Does anybody know what components in Simulink (MATLAB package) are analogs for AnyLogic components? (e.g: source, buffer, delay, sink). Or how can I easily simulate behavior of AnyLogic model in MATLAB? Maybe there are some cool magic tools?

0 投票
1 回答
728 浏览

simulation - AnyLogic 7 中旧企业库和新流程建模库的区别

我不知道什么是新的,也不知道什么时候使用哪个库。为什么 Enterprise 是旧的,我还应该使用它吗?有人可以帮我吗?

老的 新的

0 投票
1 回答
505 浏览

java - Java中等效的Anylogic函数“zidz”是什么?

在 Anylogic 中有一个内置函数zidz,它执行以下操作:

描述

尝试将第一个参数除以第二个参数。如果结果为无穷大或不是数字,则返回 0,否则返回除法结果。

我对你们的问题是:你们知道在 Java 中执行相同操作的函数吗?

我已经搜索并提出了Math#IEEEremainder,但我认为它与“zidz”的作用并不完全相同。

0 投票
2 回答
847 浏览

r - AnyLogic仿真如何调用R脚本

我需要从 AnyLogic 调用 R 脚本。我有一个代理“传感器”,它将随机文件从特定位置发送到 R 脚本,然后 R 脚本将分析该文件并让我们知道该文件的类型(图像、声音、文本等)

请让我知道如何从 AnyLogic 调用 R 脚本。

0 投票
1 回答
266 浏览

java - 如何在 AnyLogic 7 中从外部源获取资源容量?

我有一个简单的模拟,它应该“试运行”一个班次安排结果。我的问题是将班次输出(独立的 java 程序)放入 AnyLogic。

有没有可能?我希望 AnyLogic 运行班次计划器并使用返回值作为输入。

我将 AnyLogic 7 与多个资源池一起使用,每个资源池的每个容量都会随着时间的推移而变化。

0 投票
1 回答
1020 浏览

java - AnyLogic 为 Main 中的代理定义速度

我想在 main 中的参数 walkSpeed 中为我的所有代理定义速度,也就是速度。如何从代理内部的“初始速度”设置中访问它?

推荐使用“Main().walkingSpeed”的文档不起作用:(



2014-08-01 更新:使用 get_Main 也不起作用

任何逻辑错误

0 投票
1 回答
382 浏览

java - Hand response from one calling java program to another

I have a question concerning the communication of two Java programs, one embeds the other.

The embedded one is a CPLEX linear program (Java SE + CPLEX libs) which calculates resources and the other root application is a simulation software (AnyLogic). Now the idea is that the simulation should use the resources calculated by the linear program.

I now want the simulation to call the linear program, which then calculates the resources and hands them back as an array or object, then the simulation continues.

My problem is the "hand over", return values (args) seam not enough. How can I do this?

At the moment I use a text file which stores the values. I read about RMI and sockets but don't know if this is such a good idea.

Any help is appreciated! Thank you.

0 投票
1 回答
735 浏览

apache-poi - AnyLogic 7:未指定 Excel 访问库 (Apache POI)

AnyLogic 7:未指定 Excel 访问库 (Apache POI)

我正在尝试使用 AnyLogicExcelFile类,但似乎 AnyLogic 找不到所需的 Apache POI 库:

我该如何解决?

一些注意事项:

  1. 我正在使用最初由其他人开发的模型。我假设该模型最初是为 AnyLogic 6.9 构建的,但我使用的是 AnyLogic 7.0.3。
  2. 我假设 AnyLogic 应该自动导入 POI 库:知道它做错了什么/我做错了什么导致 AnyLogic 失败吗?
  3. 为了避免混淆,ExcelDataSource我创建了一个包装类来简化ExcelFile我们的用例。

提前致谢!

0 投票
2 回答
2728 浏览

anylogic - 如何在 AnyLogic 中创建具有“代码”参数的代理?

我正在创建一个我想经常重复使用的 AnyLogic 代理。在许多 AnyLogic 代理和组件中,您可以在一些空间中输入代码,例如“on receive”或“Action”或“function body”。这些在构建模型时被编译到代理中。普通程序员如何做到这一点?

例如,假设我有这个代理(显然是伪代码):

客户可能会按如下方式使用它:

这可能吗?

0 投票
0 回答
425 浏览

anylogic - AnyLogic 7:更新到 Mac OS X Yosemite 后导入失败

我今天早上更新到 Mac OS X Yosemite,我的模型失败并出现以下错误:

导入quicktime无法解决

它指向我的一个代理的高级 Java 部分中的以下行:

我什至不知道如何开始对此进行故障排除,因为我不知道任何 .jar 文件在 AnyLogic 中的位置,或者其他任何有用的文件。

谢谢!