Exemplo n.º 1
0
Arquivo: Run.cs Projeto: wintonpc/Quqe
        //static T DoubleToValue(

        public override string ToString()
        {
            return(NetworkType + "-" + OrderInMixture + "-" + Genes.Join("-", g => g.Name + ":" + g.Value));
        }