GithubHelp home page GithubHelp logo

vrp-for-gvsig-network-extension's People

vrp-for-gvsig-network-extension's Issues

Compilation problems

In gvSIG we use Java 1.6 with 1.5 compatibility.
In order to be "gvSIG compliant", things like 
JComboBox<String> should be transformed in JComboBox.

Original issue reported on code.google.com by [email protected] on 15 Aug 2012 at 10:23

Concurrency exception

After calculating a VRP (TSP), some error messages appears in console window:

Best 
solution:[16|13|2|10|11|4|5|1|6|7|8|9|12|14|0|19|26|3|27|25|20|24|21|23|22|18|15
|17|]
Fitness: 8684.0

Improvement of the best element, on this run: 0.617849
Improvement of the average element, on this run: 0.5897868
Improvement of the worst element, on this run: 0.39602864
Average number of fitness evaluations: 51
Total number of fitness evaluations: 252149
Exception while removing reference: 
java.util.concurrent.RejectedExecutionException
Exception while removing reference: 
java.util.concurrent.RejectedExecutionException
Exception while removing reference: 
java.util.concurrent.RejectedExecutionException
Exception while removing reference: 
java.util.concurrent.RejectedExecutionException
Exception while removing reference: 
java.util.concurrent.RejectedExecutionException
java.util.concurrent.RejectedExecutionException
    at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:1759)
    at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:767)
    at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:658)
    at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:92)
    at sun.awt.shell.Win32ShellFolderManager2$ComInvoker.invoke(Win32ShellFolderManager2.java:493)
    at sun.awt.shell.Win32ShellFolder2$FolderDisposer.dispose(Win32ShellFolder2.java:170)
    at sun.java2d.Disposer.run(Disposer.java:128)
    at java.lang.Thread.run(Thread.java:619)

Original issue reported on code.google.com by [email protected] on 18 Aug 2012 at 11:16

GA library imports produce compilation problems

These imports seems to be bad.

import org.metavrp.GA.Chromosome;
import org.metavrp.GA.Gene;

in DrawRoutes.java

import org.metavrp.GA.*;
import org.metavrp.GA.support.*;
import org.metavrp.VRP.*;

in Run.java

etc.


Original issue reported on code.google.com by [email protected] on 15 Aug 2012 at 10:26

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.