Skip to content

Commit 60c4952

Browse files
fast k-fold cross-validation
1 parent 120c2ff commit 60c4952

9 files changed

Lines changed: 476 additions & 350 deletions

File tree

config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#define DEBUG 1
99

1010
/* EVOLVE tag on */
11-
#define EVOLVE 1
11+
/* #undef EVOLVE */
1212

1313
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
1414
/* #undef HAVE_DOPRNT */
@@ -92,7 +92,7 @@
9292
#define PACKAGE_VERSION "3.3.20250429"
9393

9494
/* PHYML tag on */
95-
/* #undef PHYML */
95+
#define PHYML 1
9696

9797
/* PHYREX tag on */
9898
/* #undef PHYREX */

config.log

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ running configure, to aid debugging if configure makes a mistake.
44
It was created by PhyML configure 3.3.20250429, which was
55
generated by GNU Autoconf 2.71. Invocation command line was
66

7-
$ ./configure --enable-evolve
7+
$ ./configure
88

99
## --------- ##
1010
## Platform. ##
@@ -30,8 +30,8 @@ Kernel configured for up to 8 processors.
3030
Processor type: arm64e (ARM64E)
3131
Processors active: 0 1 2 3 4 5 6 7
3232
Primary memory available: 8.00 gigabytes
33-
Default processor set: 499 tasks, 2459 threads, 8 processors
34-
Load average: 2.62, Mach factor: 5.37
33+
Default processor set: 450 tasks, 2297 threads, 8 processors
34+
Load average: 1.78, Mach factor: 6.21
3535
/bin/machine = unknown
3636
/usr/bin/oslevel = unknown
3737
/bin/universe = unknown
@@ -533,8 +533,8 @@ STRIP=''
533533
VERSION='3.3.20250429'
534534
WANT_DATE_FALSE=''
535535
WANT_DATE_TRUE='#'
536-
WANT_EVOLVE_FALSE='#'
537-
WANT_EVOLVE_TRUE=''
536+
WANT_EVOLVE_FALSE=''
537+
WANT_EVOLVE_TRUE='#'
538538
WANT_MPI_FALSE=''
539539
WANT_MPI_TRUE='#'
540540
WANT_PHYML_FALSE=''
@@ -639,6 +639,6 @@ target_alias=''
639639
#define HAVE_SQRT 1
640640
#define HAVE_STRCHR 1
641641
#define HAVE_STRSTR 1
642-
#define EVOLVE 1
642+
#define PHYML 1
643643

644644
configure: exit 0

config.status

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ $config_commands
420420
421421
Report bugs to <stephane.guindon@lirmm.fr>."
422422

423-
ac_cs_config='--enable-evolve'
423+
ac_cs_config=''
424424
ac_cs_version="\
425425
PhyML config.status 3.3.20250429
426426
configured by ./configure, generated by GNU Autoconf 2.71,
@@ -512,7 +512,7 @@ if $ac_cs_silent; then
512512
fi
513513

514514
if $ac_cs_recheck; then
515-
set X /bin/sh './configure' '--enable-evolve' $ac_configure_extra_args --no-create --no-recursion
515+
set X /bin/sh './configure' $ac_configure_extra_args --no-create --no-recursion
516516
shift
517517
\printf "%s\n" "running CONFIG_SHELL=/bin/sh $*" >&6
518518
CONFIG_SHELL='/bin/sh'
@@ -619,8 +619,8 @@ S["WANT_PHYREXSIM_FALSE"]=""
619619
S["WANT_PHYREXSIM_TRUE"]="#"
620620
S["WANT_PHYREX_FALSE"]=""
621621
S["WANT_PHYREX_TRUE"]="#"
622-
S["WANT_EVOLVE_FALSE"]="#"
623-
S["WANT_EVOLVE_TRUE"]=""
622+
S["WANT_EVOLVE_FALSE"]=""
623+
S["WANT_EVOLVE_TRUE"]="#"
624624
S["WANT_TEST_FALSE"]=""
625625
S["WANT_TEST_TRUE"]="#"
626626
S["WANT_RF_FALSE"]=""
@@ -808,7 +808,7 @@ D["HAVE_RINT"]=" 1"
808808
D["HAVE_SQRT"]=" 1"
809809
D["HAVE_STRCHR"]=" 1"
810810
D["HAVE_STRSTR"]=" 1"
811-
D["EVOLVE"]=" 1"
811+
D["PHYML"]=" 1"
812812
for (key in D) D_is_set[key] = 1
813813
FS = ""
814814
}

0 commit comments

Comments
 (0)