Package evaluation

Examples of evaluation.Visualiser.saveChart()


                sumBasic += (end - start);
            }
            visTime.setValue("Beam IP-1", 0.0 + i, sumBeam / 100);//((0.0 + i) / 4) + 1, sumBeam / 100);
            visTime.setValue("Basic", 0.0 + i, sumBasic / 100);//((0.0 + i) / 4) + 1, sumBasic / 100);
        }
        visTime.saveChart("FilesPat/BeamVersusBasic(NoTransformationToBasicConstraints)_NumberOfConstraints(maxVariables=maxConstraints)");
    }

    //====================================OUDE VERSIES EN/OF BROL=================================
    /**
     * IP-1 algorithm of "Consistency techniques for numeric CSPs" (Lhomme),
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.