all:
	make configure
	mkdir -p logs

configure:
	cd script ; ./gen_exp1_cross_validation.sh && ./gen_exp1_newton_sg.sh
