...
Info | ||
---|---|---|
| ||
Note: To find out more about execution policies, enter help about_execution_policy at the PowerShell command prompt. |
Finally, create an endpoints setting file using a text editor. Using the IP addresses or machine names (as located previously), specify the endpoints manually or via PowerShell. An example of such as file (Endpoints.txt) is shown below:
Code Block |
---|
net.tcp://192.168.1.2:8593/insight
net.tcp://192.168.1.2:8594/insight
net.tcp://192.168.1.73:8595/insight
net.tcp://192.168.1.73:8596/insight |
Running the optimisation
Once you have entered the parameters for each of the items the settings file has been configured (along with endpoints if you are using them), set up the optimisation run itself.
Note |
---|
Note: The location of the Source project must be in a location accessible to all endpoints (for example, a local server). |
Ensure that the parameters listed in Table 2 are entered. Then, press enter to begin the optimisation run.
As Insight computes the optimisation for each popluation, a completion notification is displayed in the command line. Figure 3 shows an example of this.
Viewing optimisation results
...