MaleicAcid

Results 2 issues of MaleicAcid

比如我的解是一个1000*6的矩阵 geatpy支持这样的矩阵作为个体吗? 还有求问大佬, 如果我希望这个解(矩阵), 某一列中按行索引顺序每30个数允许取一次0, 这样的约束应该怎么写, 只能自己遍历这一列检查, 然后添加惩罚值吗?

I use cmake macro to build protobuf successfully, and get a binary file: protoc ``` # file: protobuf/BUILD/bazel cmake( name = "protobuf_impl", build_args = [ "--parallel=`nproc`", ], cache_entries = {...