Saturday, August 02, 2025

NLRX tricks

 I just realized that it is possible to combine `runtime` and `stopcond` options to accommodate the situation that most NetLogo simulation runs can reach equilibrium but some cannot. In my case, I used the following code:

runtime = 300,

stopcond = "all? turtles [happy?]",

With amazing results. 

Tuesday, April 01, 2025

Sunday, March 23, 2025

Vmware Workstation on Windows 11

 I finally figured out why Vmware Workstation virtual machines are so slow on Windows 11. Here are the steps:

  1. Disable Hyper-V on Windows, following the instructions here
  2. Install the virtual machine system.
  3. If typing in the virtual machine is slow, the fix can be found here and here.
This is especially important because now Vmware Workstation is free for personal use. This is the instruction to follow. 

Counter