Questions tagged [agent]

Questions about programming software agents or programming in an agent-oriented environment.

Agents are generally autonomous, reactive and intelligent pieces of software.

See wikipedia for more info.

Some common agent architectures include JADE and Jason.

1268 questions
-1
votes
1 answer

Anylogic: Queue decision making of Agents

I am working on a model for my thesis about attraction visiting decision-making of tourists in Anylogic. How can I give the visitors (agents) varying maximum waiting times. So that if a queue of an attraction exceeds this waiting time, the visitor…
-1
votes
2 answers

not able to install WALinuxAgent on my mac

This may sound really stupid but i don't know how can i set this up on my mac?? I'm running macOS Sierra Version 10.12.1. I've an ubuntu vm on my azure portal (created using classic mode, back in 2014) and i've my site hosted there. For some reason,…
Sanjay Bhagia
  • 155
  • 12
-1
votes
1 answer

Draw distribution values from a parameter in AnyLogic

How can I change draw a value from a distribution stored in a parameter during runtime? Let's suppose my parameter value is "triangular (0.5 , 1 , 1.5)", for example. In my model, this parameter is called parDelayUnloading. I have many delays along…
Leo
  • 1
  • 2
-1
votes
1 answer

How to duplicate a population of agents

I have got a population of agents named as customers and a number of variables, parameters, and statecharts are defined for them. Then I created a second population of agents. They should include everything that I defined for customers and a few…
user7335938
  • 33
  • 1
  • 4
-1
votes
1 answer

How to map out an 80x80 world given local 5x5 arrays around the agent after each move?

Specifications: An agent is in a (maximum) 80x80 2D text-based world. It can move Forward, pivot left 90 degrees, or pivot right 90 degree on every turn. After each turn, the game client provides the agent with a 5x5 array of the world immediately…
-1
votes
1 answer

Lotus Domino: How to access the documents filtered in the view using the Search input box

I have a Search input box and an agent which exports the view. If I click export (not typing anything in the Search input box) it will all documents in the view. But for example I input "ABC" in the input box and click Search, it will list in the…
Ragome
  • 55
  • 2
  • 12
-1
votes
1 answer

AI for static environment

I have a grid environment which contains in each cell a static agent. When my agent enters a cell, the static agent in this cell might take points away from me, give me points, or do nothing. My agent can not observe adjacent cells until it moves…
-1
votes
1 answer

LAN agent using ssh

I always need to ssh to a LAN machine (says vm1) which can not access the Internet. In some cases, I need to download some softwares in vm1 (says apt-get install stuffs ...), is there any ways to set up something to enable the remote machine vm1 be…
alexzzp
  • 419
  • 2
  • 6
  • 15
-1
votes
2 answers

Running agent against a 200K+ documents view (log.nsf)

I have an agent to be manually run against the log file. The documents in the view (Usage/By Date) that I'll be using is more than 200,000. The view is categorized twice. I heard somewhere that you cannot run an agent against a view with more than…
John Bautista
  • 1,480
  • 3
  • 29
  • 60
-1
votes
1 answer

JVMTI native agent (DLL) can not be loaded to a runing Java program - AgentLoadException

I struggled on this issue for a few days but didn't get a right answer yet. Here is the Problem Description: I wrote a normal Java program (Program-A), and wrote a Windows-based native agent (*.dll, written in C/C++) with Agent_OnLoad,…
Woodbridge
  • 11
  • 2
-1
votes
2 answers

Simulation and Software Engineering

I want to start a simulation project, which will be a descrete-time simulation. The purpose is simulating agent communication with some non-autonomous physical models involved, so it is not necessarily limited to a pure agent-based simulation.…
AlexLiesenfeld
  • 2,872
  • 7
  • 36
  • 57
-2
votes
0 answers

TFS Agent Workstation System Requirements

Our TFS environment is on-premises. We are running TFS 2017, and have 32 agents running our Build and Release process spread between two XEON-based workstations. I need to replace one of my XEON workstations, and am wondering about the hardware…
John D
  • 1
  • 2
-2
votes
1 answer

How to Control agents Population based in their attributes

1)I have Population of agents having gender as Attribute (Male and female) how can i pass agents based on their gender to different Queues after Output Box? 2) or how to Access individual agents from Population so that their movement can be…
-2
votes
2 answers

How to get the distribution of all the times in a queue?

Edit: The solution was that the serviceRate was too high for the amount of arriving trucks. In my Anylogic model, I have a population of terminals (5) and a population of trucks (100). The trucks visit the terminals, which are a queueing model for…
Ella
  • 125
  • 6
-2
votes
1 answer

combine statechart and pedestrian block

I am very new and beginner user for AnyLogic. How I can combine the statechart and pedestrian library (ped block). From statechart linking to ped block and return to statechart again. I illustrate it here. Thanks in advance. I try to follow the…
n.a
  • 1
  • 2
1 2 3
84
85