How to control box size?

0 votes
asked Oct 8, 2017 in To be sorted by DarcyHu (120 points)

Here is my uml code:

```

@startuml

start
: Input;
: Initialize;
repeat
    : Randomly select a sample pair;
    : Forward propagation;
    : Computing gradient;
    : Back propagation;
    : Caculate <latex>J_t</latex>;
repeat while (convergence?)
: Output;
stop
@enduml
 

```

which produces:

 

 

the width of the box differs, and look not so good, how could I control it?

And the math equation seems do not work well with text.

And if I could somehow add text to the arrow from "convergence?" to loop start, it will be great.

commented Feb 18, 2018 by Anthony-Gaudino (5,720 points)
The only way I know to have same size is using whitespace to force it.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...