From 8ea6c97ee093de911792915f73220002bad8e99c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=97=E3=82=83=E3=81=91=E3=81=84=20=E3=82=88=E3=81=97?= =?UTF-8?q?=E3=81=A4=E3=81=AA?= Date: Wed, 7 Dec 2016 20:43:09 +0800 Subject: [PATCH] Update README.md --- GAF_distribute_computing/README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/GAF_distribute_computing/README.md b/GAF_distribute_computing/README.md index c05a9d7..1952505 100644 --- a/GAF_distribute_computing/README.md +++ b/GAF_distribute_computing/README.md @@ -10,3 +10,29 @@ For running GA on a single machine, makes it run on a server cluster, we just ne ![](./Mutation-and-fitness.png) > A basic calculation in GA + +### Distribute Linq & Parallel Linq + +### Using Distribute Linq in GA + +### VirtualBox demo + +### Config Server +This demo was running on a latest Ubuntu server, after complete the installation of the Ubuntu server, then you should install the mono first by using: + +```bash +sudo apt-get install mono-complete +``` + +And then deploy the server side runtime of this distribute environment just by upload the program to a directory and then start by command +```bash +mono ./dlinq.d /start +``` + +Here I using the virtual machine clone in the VirtualBox to simulate a local server cluster for this demo test: + +Running the demo in host, + +```bash +./dga_demo +```