silly
parent
c127128648
commit
859f1c9dba
|
@ -1,5 +1,5 @@
|
||||||
cmake_minimum_required(VERSION 3.25)
|
cmake_minimum_required(VERSION 3.25)
|
||||||
project(image-gp-6 VERSION 0.0.39)
|
project(image-gp-6 VERSION 0.0.40)
|
||||||
|
|
||||||
include(FetchContent)
|
include(FetchContent)
|
||||||
|
|
||||||
|
|
|
@ -376,7 +376,9 @@ namespace blt::gp
|
||||||
break;
|
break;
|
||||||
case mutation_operator::JUMP_FUNC:
|
case mutation_operator::JUMP_FUNC:
|
||||||
{
|
{
|
||||||
|
c.print(program, std::cout, false, true);
|
||||||
|
auto parent = c.find_parent(program, static_cast<blt::ptrdiff_t>(c_node));
|
||||||
|
BLT_TRACE_STREAM << "Found Parent: " << *program.get_name(ops[parent].id) << " for child " << *program.get_name(ops[c_node].id) << "\n";
|
||||||
}break;
|
}break;
|
||||||
case mutation_operator::COPY:
|
case mutation_operator::COPY:
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue