Problem 59581. Generate a point cloud named `Incremental Lattice Design`
- [W,N] = ILD(M=3,H=1) -> W = [1/3 1/3 1/3; 0 0 1; 0 1 0; 1 0 0]; N = 4;
- [W,N] = ILD(M=4,H=2) -> W = [0 0 0 1; 0 0 1/2 1/2; 0 0 1 0; 0 1/2 0 1/2; 0 1/2 1/2 0; 0 1 0 0; 1/8 1/8 1/8 5/8; 1/8 1/8 5/8 1/8; 1/8 5/8 1/8 1/8; 1/4 1/4 1/4 1/4; 1/2 0 0 1/2; 1/2 0 1/2 0; 1/2 1/2 0 0; 5/8 1/8 1/8 1/8; 1 0 0 0]; N = 15;
- https://github.com/tomtkg/ILD
- Tomoaki Takagi, Keiki Takadama, and Hiroyuki Sato, Incremental Lattice Design of Weight Vector Set, Proc. of the 2020 Genetic and Evolutionary Computation Conference (GECCO2020), pp. 1486-1494, 2020. DOI.
Solution Stats
Problem Comments
-
2 Comments
My code is size 94.
Misleading graphical problem description.
Inadequate verbal problem description.
Am I just supposed to keep pushing buttons until it works?
I get this all the time IRL, but it's disappointing to find it here.
The graphic makes it look like we are painting a corner, that is, that the points all have at least one zero value. But it again appears that this is a constituency problem, that is, the sum of every row is one, or in dimensions, every point falls in the plane where the sum of all of the Cartesian coordinates is one. I first encountered these as the sand-silt-clay triangle in the eighties, unless Dennis showed them to me in the seventies and I forgot. But Dennis is big on rocks not soil, so probably not.
Solution Comments
Show commentsProblem Recent Solvers6
Suggested Problems
-
3521 Solvers
-
How many trades represent all the profit?
605 Solvers
-
Create a random logical vector of N elements of which M are true.
102 Solvers
-
457 Solvers
-
Rotate a matrix for 180 degree
208 Solvers
More from this Author10
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!