Skip to content
Advertisement

Tag: anylogic

What is the fastest way to look up continuous data on Anylogic (Java, SQL)

I have a database table of 900,000 rows. This table contains power, braking power, speed log from train trips as a function of distance. Origin Destination Distance travelled from departing point Power reading in MW Braking power reading in MW Speed reading in KPH There are 13 different destinations and outbound and inbound trips have different sets of data so

SQL data types for AnyLogic

I am saving the output of my AnyLogic model into an SQL server database. For non-AnyLogic aficionados, AnyLogic is based on Java. However, I am not sure what data types I need to specify for my columns in the database. So far I am using these: double in AnyLogic : float in SQL string in AnyLogic : varchar in SQL

Advertisement