I want to find all the possible ways to fill a 1-dimensional array A (of
size say 30) with only -1, 0, or 1 to each element, such that
sum(abs(A)) is less than say 5. Simple loops don't seem to be very
efficient. Any suggestions?
- [julia-users] suggestion for good algorithms? K Leo
- [julia-users] suggestion for good algorithms? Tony Fong
- [julia-users] Re: suggestion for good algorithms? Steven G. Johnson
- [julia-users] Re: suggestion for good algorithm... Steven G. Johnson
- [julia-users] Re: suggestion for good algorithm... Steven G. Johnson
